Changeset 91505 in vbox for trunk/src/VBox/Devices/Audio/AudioTest.h
- Timestamp:
- Oct 1, 2021 10:15:58 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioTest.h
r91493 r91505 253 253 /** Flag indicating whether to keep going after an error has occurred. */ 254 254 bool fKeepGoing; 255 /** Whether to perform audio normalization or not. */ 256 bool fNormalize; 255 257 /** Threshold of file differences (number of chunks) at when we consider audio files 256 258 * as not matching. 0 means an exact match. */ … … 262 264 * as not matching. 0 means an exact match.*/ 263 265 uint8_t uMaxSizePercent; 266 /** Search window (in ms) to use for treating / classifying audio data. */ 267 uint32_t msSearchWindow; 264 268 } AUDIOTESTVERIFYOPTS; 265 269 /** Pointer to audio test verification options. */
Note:
See TracChangeset
for help on using the changeset viewer.