GTK+ : Set the default sound sampling rate to 44000 Hz to fix latencies with some newer sound chips.

This commit is contained in:
bgk 2008-11-04 16:56:28 +00:00
parent 4326e70026
commit 7d0dc0afc7
1 changed files with 1 additions and 1 deletions

View File

@ -749,7 +749,7 @@ void Window::vInitConfig()
//
m_poSoundConfig = m_oConfig.poAddSection("Sound");
m_poSoundConfig->vSetKey("mute", false );
m_poSoundConfig->vSetKey("quality", Sound22K );
m_poSoundConfig->vSetKey("quality", Sound44K );
m_poSoundConfig->vSetKey("volume", 1.00f );
// Input section