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

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@799 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
bgk 2008-11-04 16:56:28 +00:00
parent 724e4682a7
commit 05b0b5d1e2
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