"README.md" did not exist on "fb8d223f5431ffe813efe43fb82cd6a17fa47fac"
WindowsAudioOutput: Introduce QT_WAVE_BUFFERS env var
Currently by default 5 wave buffers are created where each buffer
contains buffer_size/5 bytes.
If total buffer size is small enough, playing of these wave buffers might be
finished before refilling them.
Which leads crackling and another noise.
Introduced QT_WAVE_BUFFERS env var which contains number of wave
buffers. Must not be less than 5.
If number of wave buffers is big enough, it ensures that there is
always data to play.
Task-number: QTBUG-45174
Change-Id: I66bf997411f858fbff822394bb748dea2086060e
Reviewed-by:
Oliver Wolff <oliver.wolff@qt.io>
Showing
Please register or sign in to comment