mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-14 23:56:29 +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(
|
if (FAILED(m_audClient->Initialize(
|
||||||
AUDCLNT_SHAREMODE_SHARED,
|
AUDCLNT_SHAREMODE_SHARED,
|
||||||
0,
|
0,
|
||||||
1000000,
|
450000, /* 45ms */
|
||||||
0,
|
0,
|
||||||
(WAVEFORMATEX*)pwfx,
|
(WAVEFORMATEX*)pwfx,
|
||||||
nullptr)))
|
nullptr)))
|
||||||
|
|||||||
Reference in New Issue
Block a user