Changeset 76706 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Jan 8, 2019 2:07:37 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvAudio.cpp
r76702 r76706 628 628 LogRel2(("Audio: Period size of stream '%s' is %RU64ms (%RU32 frames)\n", 629 629 pStream->szName, msPeriod, CfgHostAcq.Backend.cfPeriod)); 630 631 if ( pCfgGuest->Device.uSchedulingHintMs /* Any scheduling hint set? */ 632 && pCfgGuest->Device.uSchedulingHintMs > msPeriod) /* This might lead to buffer underflows. */ 633 { 634 LogRel(("Audio: Warning: Scheduling hint of stream '%s' is bigger (%RU64ms) than used period size (%RU64ms)\n", 635 pStream->szName, pCfgGuest->Device.uSchedulingHintMs, msPeriod)); 636 } 630 637 631 638 /* Destroy any former mixing buffer. */
Note:
See TracChangeset
for help on using the changeset viewer.