VirtualBox

Changeset 89227 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
May 21, 2021 3:07:51 PM (4 years ago)
Author:
vboxsync
Message:

Audio/ValKit: Initial support for the audio test execution service (ATS) to support playing test tones [Fixed MacOS warnings]. bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp

    r89226 r89227  
    25872587                        {
    25882588                            /* Do the bare minimum here to get a test tone out. */
    2589                             AUDIOTESTTONEPARMS ToneParms = { 0 };
     2589                            AUDIOTESTTONEPARMS ToneParms;
     2590                            RT_ZERO(ToneParms);
    25902591                            ToneParms.msDuration = 2000;
    25912592                            memcpy(&ToneParms.Props, &CfgAcq.Props, sizeof(PDMAUDIOPCMPROPS));
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