Changeset 91666 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Oct 11, 2021 4:57:13 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 147393
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioTest.cpp
r91665 r91666 2773 2773 2774 2774 pOpts->fKeepGoing = true; 2775 pOpts->fNormalize = true;2776 pOpts->cMaxDiff = 0; /* By default we're very strict and consider any diff as being erroneous. */2777 pOpts->uMaxSizePercent = 1; /* 1% is okay for us; might be due to any buffering / setup phase. */2775 pOpts->fNormalize = false; /* Skip normalization by default now, as we now use the OS' master volume to play/record tones. */ 2776 pOpts->cMaxDiff = 0; /* By default we're very strict and consider any diff as being erroneous. */ 2777 pOpts->uMaxSizePercent = 1; /* 1% is okay for us; might be due to any buffering / setup phase. */ 2778 2778 2779 2779 /* We use a search window of 10ms by default for finding (non-)silent parts. */
Note:
See TracChangeset
for help on using the changeset viewer.