From b9248cf3aff28f3ab2619a98fe8a125782f0c9ff Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 31 Dec 2017 20:55:26 +0100 Subject: [PATCH] Start preparing runtime toggleable resampler quality settings --- audio/audio_driver.c | 17 ++++++++++++++++- audio/audio_driver.h | 3 +++ audio/drivers_resampler/cc_resampler.c | 8 ++++++-- libretro-common/audio/audio_mix.c | 1 + libretro-common/audio/audio_mixer.c | 6 ++++-- .../audio/resampler/audio_resampler.c | 7 ++++--- .../audio/resampler/drivers/nearest_resampler.c | 4 +++- .../audio/resampler/drivers/null_resampler.c | 4 +++- .../audio/resampler/drivers/sinc_resampler.c | 16 ++-------------- libretro-common/include/audio/audio_resampler.h | 5 +++-- record/drivers/record_ffmpeg.c | 1 + 11 files changed, 46 insertions(+), 26 deletions(-) diff --git a/audio/audio_driver.c b/audio/audio_driver.c index 9f8592738b05..520eb91d332c 100644 --- a/audio/audio_driver.c +++ b/audio/audio_driver.c @@ -21,7 +21,6 @@ #include #include