VirtualBox

Ignore:
Timestamp:
Oct 1, 2021 10:15:58 AM (3 years ago)
Author:
vboxsync
Message:

Audio/Validation Kit: Initial implementation of two-pass audio data normalization, which is done before working on the data. Also, a search window has been added when treating / classifying audio data. ​bugref:10008

File:
1 edited

Legend:

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

    r91493 r91505  
    253253    /** Flag indicating whether to keep going after an error has occurred. */
    254254    bool                fKeepGoing;
     255    /** Whether to perform audio normalization or not. */
     256    bool                fNormalize;
    255257    /** Threshold of file differences (number of chunks) at when we consider audio files
    256258     *  as not matching. 0 means an exact match. */
     
    262264     *  as not matching. 0 means an exact match.*/
    263265    uint8_t             uMaxSizePercent;
     266    /** Search window (in ms) to use for treating / classifying audio data. */
     267    uint32_t            msSearchWindow;
    264268} AUDIOTESTVERIFYOPTS;
    265269/** Pointer to audio test verification options. */
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