r2931 accidentally reverted r2929

This commit is contained in:
goyuken 2012-09-09 12:23:40 +00:00
parent 0b332e1373
commit 72260690df
1 changed files with 1 additions and 1 deletions

View File

@ -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)