VirtualBox

Changeset 91415 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Sep 27, 2021 7:26:46 PM (3 years ago)
Author:
vboxsync
Message:

Audio/Validation Kit: Added "--tone-duration <ms>" option to specify test tone fixed durations being recorded / played back [fix]. ​bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/audio/tdAudioTest.py

    r91413 r91415  
    144144                        raise base.InvalidOption('The "--audio-tests" value "%s" is not valid; valid values are: %s'
    145145                                                    % (s, ' '.join(self.asTestsDef)));
    146         elif    asArgs[iArg] == 'audio-test-count' \
    147              or asArgs[iArg] == 'audio-test-tone-duration':
     146        elif    asArgs[iArg] == '--audio-test-count' \
     147             or asArgs[iArg] == '--audio-test-tone-duration':
    148148            # Strip the "--audio-test-" prefix and keep the options as defined in VKAT,
    149149            # e.g. "--audio-test-count" -> "--count". That way we don't
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