VirtualBox

Ignore:
Timestamp:
Sep 29, 2021 10:35:39 AM (3 years ago)
Author:
vboxsync
Message:

Audio/Validation Kit: Included the "DebugAudio" backend when VBOX_WITH_AUDIO_DEBUG is defined. When specified with "--backend debug" then, this enables rendering all the output to a .WAV file automatically (to temporary directory). ​bugref:10008

Location:
trunk/src/VBox/ValidationKit/utils/audio
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/audio/Makefile.kmk

    r89836 r91454  
    9090        $(VKAT_PATH_AUDIO)/AudioHlp.cpp
    9191
     92# Debug stuff.
     93ifdef VBOX_WITH_AUDIO_DEBUG
     94 vkat_DEFS    += VBOX_WITH_AUDIO_DEBUG
     95 vkat_SOURCES += \
     96        $(VKAT_PATH_AUDIO)/DrvHostAudioDebug.cpp
     97endif
     98
    9299# Self-test stuff.
    93100vkat_DEFS     += VBOX_WITH_AUDIO_VALIDATIONKIT
  • trunk/src/VBox/ValidationKit/utils/audio/vkat.cpp

    r91429 r91454  
    105105    {   &g_DrvHostDSound,             "dsound" },
    106106    {   &g_DrvHostDSound,             "ds" },
     107#endif
     108#ifdef VBOX_WITH_AUDIO_DEBUG
     109    {   &g_DrvHostDebugAudio,         "debug" },
    107110#endif
    108111    {   &g_DrvHostValidationKitAudio, "valkit" }
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