From 72260690df737c07d4e85e9a9e95b2f3189fcfea Mon Sep 17 00:00:00 2001 From: goyuken Date: Sun, 9 Sep 2012 12:23:40 +0000 Subject: [PATCH] r2931 accidentally reverted r2929 --- BizHawk.Emulation/Consoles/Nintendo/Gameboy/Gambatte.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation/Consoles/Nintendo/Gameboy/Gambatte.cs b/BizHawk.Emulation/Consoles/Nintendo/Gameboy/Gambatte.cs index 79fc26dbf1..595a260b7b 100644 --- a/BizHawk.Emulation/Consoles/Nintendo/Gameboy/Gambatte.cs +++ b/BizHawk.Emulation/Consoles/Nintendo/Gameboy/Gambatte.cs @@ -227,7 +227,7 @@ namespace BizHawk.Emulation.Consoles.GB void InitSound() { metaspu = new Sound.MetaspuSoundProvider(Sound.ESynchMethod.ESynchMethod_V); - resampler = new Sound.Utilities.SpeexResampler(5, 2097152, 44100, 2097152, 44100, metaspu.buffer.enqueue_samples); + resampler = new Sound.Utilities.SpeexResampler(2, 2097152, 44100, 2097152, 44100, metaspu.buffer.enqueue_samples); } public void GetSamples(short[] samples)