Ticket #18342: 015-alsa.buffer.size.vb610.patch
| File 015-alsa.buffer.size.vb610.patch, 531 bytes (added by , 5 years ago) |
|---|
-
src/VBox/Devices/Audio/DrvAudio.cpp
old new 3034 3034 3035 3035 if (!pCfgReq->Backend.cFramesBufferSize) /* Set default buffer size if nothing explicitly is set. */ 3036 3036 { 3037 pCfgReq->Backend.cFramesBufferSize = DrvAudioHlpMilliToFrames(250 /* ms */, &pCfgReq->Props);3037 pCfgReq->Backend.cFramesBufferSize = DrvAudioHlpMilliToFrames(100 /* ms */, &pCfgReq->Props); 3038 3038 RTStrPrintf(szWhat, sizeof(szWhat), "default"); 3039 3039 } 3040 3040 else

