GTK+ : Set the default sound sampling rate to 44000 Hz to fix latencies with some newer sound chips.
This commit is contained in:
parent
4326e70026
commit
7d0dc0afc7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue