diff options
| author | 2022-04-01 19:54:58 +0200 | |
|---|---|---|
| committer | 2022-04-01 19:54:58 +0200 | |
| commit | faf6a9876c394664d647355726290014b24efffc (patch) | |
| tree | d6dca0d742af8ccc9443e77583b3c6e51d2841ac /src/yuzu_cmd | |
| parent | Merge pull request #8128 from FernandoS27/gc-fixes (diff) | |
| download | yuzu-faf6a9876c394664d647355726290014b24efffc.tar.gz yuzu-faf6a9876c394664d647355726290014b24efffc.tar.xz yuzu-faf6a9876c394664d647355726290014b24efffc.zip | |
audio_core: remove time stretcher
Also drop the SoundTouch dependency
Diffstat (limited to 'src/yuzu_cmd')
| -rw-r--r-- | src/yuzu_cmd/default_ini.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index 34782c378..f34d6b728 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h | |||
| @@ -342,12 +342,6 @@ fps_cap = | |||
| 342 | # null: No audio output | 342 | # null: No audio output |
| 343 | output_engine = | 343 | output_engine = |
| 344 | 344 | ||
| 345 | # Whether or not to enable the audio-stretching post-processing effect. | ||
| 346 | # This effect adjusts audio speed to match emulation speed and helps prevent audio stutter, | ||
| 347 | # at the cost of increasing audio latency. | ||
| 348 | # 0: No, 1 (default): Yes | ||
| 349 | enable_audio_stretching = | ||
| 350 | |||
| 351 | # Which audio device to use. | 345 | # Which audio device to use. |
| 352 | # auto (default): Auto-select | 346 | # auto (default): Auto-select |
| 353 | output_device = | 347 | output_device = |