From 4007e2650f38c4141625aed847d93cfd3b7dcf60 Mon Sep 17 00:00:00 2001 From: CasualPokePlayer <50538166+CasualPokePlayer@users.noreply.github.com> Date: Sat, 18 Jun 2022 01:15:12 -0700 Subject: [PATCH] . --- Source/Core/AudioCommon/WaveFile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/AudioCommon/WaveFile.h b/Source/Core/AudioCommon/WaveFile.h index 68d509b7993d..e2edbef41617 100644 --- a/Source/Core/AudioCommon/WaveFile.h +++ b/Source/Core/AudioCommon/WaveFile.h @@ -43,7 +43,7 @@ class WaveFileWriter private: static constexpr size_t BUFFER_SIZE = 32 * 1024; - static constexpr u32 OUT_SAMPLE_RATE = 96000; + static constexpr u32 OUT_SAMPLE_RATE = 48000; File::IOFile file; bool skip_silence = false;