VirtualBox

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


Ignore:
Timestamp:
Oct 11, 2021 4:57:13 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147393
Message:

Audio/Validation Kit: Skip normalization by default now, as we now use the OS' master volume to play/record tones. ​bugref:10008

File:
1 edited

Legend:

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

    r91665 r91666  
    27732773
    27742774    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. */
    27782778
    27792779    /* We use a search window of 10ms by default for finding (non-)silent parts. */
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