mirror of
https://github.com/AxioDL/boo.git
synced 2025-09-18 09:09:48 +00:00
Use 45ms buffer size for WASAPI
This commit is contained in:
parent
5982a3825d
commit
c6d5015612
@ -220,7 +220,7 @@ struct WASAPIAudioVoiceEngine : BaseAudioVoiceEngine
|
||||
if (FAILED(m_audClient->Initialize(
|
||||
AUDCLNT_SHAREMODE_SHARED,
|
||||
0,
|
||||
1000000,
|
||||
450000, /* 45ms */
|
||||
0,
|
||||
(WAVEFORMATEX*)pwfx,
|
||||
nullptr)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user