- Timestamp:
- Aug 14, 2018 12:58:43 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124328
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostPulseAudio.cpp
r73529 r73654 416 416 pStrm->cUnderflows++; 417 417 418 Log 2Func(("Warning: Hit underflow #%RU32\n", pStrm->cUnderflows));418 LogRel2(("PulseAudio: Warning: Hit underflow #%RU32\n", pStrm->cUnderflows)); 419 419 420 420 if ( pStrm->cUnderflows >= 6 /** @todo Make this check configurable. */ … … 780 780 { 781 781 pCfgAcq->Backend.cfPeriod = PDMAUDIOSTREAMCFG_B2F(pCfgAcq, pStreamPA->BufAttr.minreq); 782 pCfgAcq->Backend.cfBufferSize = PDMAUDIOSTREAMCFG_B2F(pCfgAcq, pStreamPA->BufAttr.tlength );782 pCfgAcq->Backend.cfBufferSize = PDMAUDIOSTREAMCFG_B2F(pCfgAcq, pStreamPA->BufAttr.tlength * 2); /* Use "double buffering". */ 783 783 pCfgAcq->Backend.cfPreBuf = PDMAUDIOSTREAMCFG_B2F(pCfgAcq, pStreamPA->BufAttr.prebuf); 784 784
Note:
See TracChangeset
for help on using the changeset viewer.