VirtualBox

Changeset 91072 in vbox for trunk/src/VBox/Devices/Audio


Ignore:
Timestamp:
Sep 1, 2021 5:15:51 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146721
Message:

Audio/Validation Kit: Added some simple cumulative accounting for silent audio data blocks and audio data which does not belong to any registered audio tests. Silence now also will be treated as to-be-recorded audio data [build fix]. ​bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DrvHostAudioValidationKit.cpp

    r91071 r91072  
    856856    if (pThis->cbPlayedNoTest)
    857857    {
    858         LogRel(("ValKit: Warning: Guest was playing back audio (%s, %RU32 bytes, %RU64ms) when no playback test is active\n",
     858        LogRel(("ValKit: Warning: Guest was playing back audio (%RU32 bytes, %RU64ms) when no playback test is active\n",
    859859                pThis->cbPlayedNoTest, PDMAudioPropsBytesToMilli(&pStream->pStream->Cfg.Props, pThis->cbPlayedNoTest)));
    860860        pThis->cbPlayedNoTest = 0;
Note: See TracChangeset for help on using the changeset viewer.

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