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:
parent
724e4682a7
commit
05b0b5d1e2
|
@ -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