VirtualBox

Changeset 91508 in vbox


Ignore:
Timestamp:
Oct 1, 2021 10:35:29 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147197
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 [build fix]. ​bugref:10008

File:
1 edited

Legend:

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

    r91506 r91508  
    20072007                                     double dbNormalizePercent, RTFILE hFileDst, double *pdbRatio)
    20082008{
    2009     int rc;
    2010 
    20112009    if (   !pProps->fSigned
    20122010        ||  pProps->cbSampleX != 2) /* Fend-off non-supported stuff first. */
    20132011        return VERR_NOT_SUPPORTED;
     2012
     2013    int rc = VINF_SUCCESS; /* Shut up MSVC. */
    20142014
    20152015    if (!cbSize)
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