VirtualBox

Changeset 91495 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 30, 2021 8:39:18 AM (3 years ago)
Author:
vboxsync
Message:

Audio/Validation Kit: Use the audio frame size as chunk size in audioTestFilesFindDiffsBinary(). ​bugref:10008

File:
1 edited

Legend:

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

    r91494 r91495  
    19991999
    20002000    RT_NOREF(pToneParms);
    2001     uint32_t const cbChunkSize = 4; //PDMAudioPropsMilliToBytes(&pToneParms->Props, 5 /* ms */);
     2001    uint32_t const cbChunkSize = PDMAudioPropsFrameSize(&pToneParms->Props); /* Use the audio frame size as chunk size. */
    20022002
    20032003    uint64_t offCur      = 0;
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