mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-14 15:46:19 +00:00
Use 45ms buffer size for WASAPI
This commit is contained in:
@@ -220,7 +220,7 @@ struct WASAPIAudioVoiceEngine : BaseAudioVoiceEngine
|
||||
if (FAILED(m_audClient->Initialize(
|
||||
AUDCLNT_SHAREMODE_SHARED,
|
||||
0,
|
||||
1000000,
|
||||
450000, /* 45ms */
|
||||
0,
|
||||
(WAVEFORMATEX*)pwfx,
|
||||
nullptr)))
|
||||
|
||||
Reference in New Issue
Block a user