VirtualBox

Ignore:
Timestamp:
Jul 4, 2021 9:08:37 PM (3 years ago)
Author:
vboxsync
Message:

Audio: Output multichannel capable wave files. Simplify the code a little, removing AudioHlpFileGetDataSize among other things. Dropped the unused flags parameter for AudioHlpFileWrite. bugref:9890

File:
1 edited

Legend:

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

    r90011 r90012  
    19451945        { /* likely */ }
    19461946        else
    1947             AudioHlpFileWrite(pStream->Dbg.Runtime.pFileDMA, pv, cbRead, 0 /* fFlags */);
     1947            AudioHlpFileWrite(pStream->Dbg.Runtime.pFileDMA, pv, cbRead);
    19481948
    19491949        RTCircBufReleaseWriteBlock(pStream->State.pCircBuf, cbRead);
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