VirtualBox

Changeset 89074 in vbox


Ignore:
Timestamp:
May 17, 2021 8:00:46 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
144414
Message:

Audio/ValKit: Moved the AudioTestWaveXXX functions to AudioTest.cpp so those can also be used for injecting input (recording) data later [try to fix burns]. bugref:10008

File:
1 edited

Legend:

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

    r89073 r89074  
    931931    if (RT_SUCCESS(rc))
    932932    {
    933         union
     933        struct
    934934        {
    935             uint8_t                 ab[512];
    936             struct
     935            union
    937936            {
    938                 RTRIFFHDR           Hdr;
    939                 RTRIFFWAVEFMTCHUNK  Fmt;
    940             } Wave;
    941             RTRIFFLIST              List;
    942             RTRIFFWAVEDATACHUNK     Data;
     937                uint8_t                 ab[512];
     938                struct
     939                {
     940                    RTRIFFHDR           Hdr;
     941                    RTRIFFWAVEFMTCHUNK  Fmt;
     942                } Wave;
     943                RTRIFFLIST              List;
     944                RTRIFFWAVEDATACHUNK     Data;
     945            };
    943946        } uBuf;
    944947
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