From faf6a9876c394664d647355726290014b24efffc Mon Sep 17 00:00:00 2001 From: Andrea Pappacoda Date: Fri, 1 Apr 2022 19:54:58 +0200 Subject: audio_core: remove time stretcher Also drop the SoundTouch dependency --- src/yuzu_cmd/default_ini.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/yuzu_cmd/default_ini.h') 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 = # null: No audio output output_engine = -# Whether or not to enable the audio-stretching post-processing effect. -# This effect adjusts audio speed to match emulation speed and helps prevent audio stutter, -# at the cost of increasing audio latency. -# 0: No, 1 (default): Yes -enable_audio_stretching = - # Which audio device to use. # auto (default): Auto-select output_device = -- cgit v1.2.3