VirtualBox

Ignore:
Timestamp:
Feb 26, 2024 1:12:38 PM (9 months ago)
Author:
vboxsync
Message:

Audio/VKAT: Use a circular buffer when recording data; should make it easier to detect and handle start/stop beacons [build fix].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/audio/vkatCommon.cpp

    r103568 r103570  
    10981098            if (g_uVerbosity >= 2)
    10991099                RTTestPrintf(g_hTest, RTTESTLVL_ALWAYS, "Test #%RU32: Processed %RU64ms (%zu bytes)\n",
    1100                              idxTest, PDMAudioPropsBytesToMilli(pMix->pProps, cbRead), cbRead);
     1100                             idxTest, PDMAudioPropsBytesToMilli(pMix->pProps, (uint32_t)cbRead), cbRead);
    11011101
    11021102            RTCircBufReleaseReadBlock(pCircBuf, cbRead);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette