VirtualBox

Changeset 104473 in vbox


Ignore:
Timestamp:
May 2, 2024 10:40:37 AM (7 months ago)
Author:
vboxsync
Message:

Audio/AudioMixBuffer: Removed some dead debug defines.

File:
1 edited

Legend:

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

    r98103 r104473  
    6060#include <VBox/log.h>
    6161
    62 #if 0
    63 /*
    64  * AUDIOMIXBUF_DEBUG_DUMP_PCM_DATA enables dumping the raw PCM data
    65  * to a file on the host. Be sure to adjust AUDIOMIXBUF_DEBUG_DUMP_PCM_DATA_PATH
    66  * to your needs before using this!
    67  */
    68 # define AUDIOMIXBUF_DEBUG_DUMP_PCM_DATA
    69 # ifdef RT_OS_WINDOWS
    70 #  define AUDIOMIXBUF_DEBUG_DUMP_PCM_DATA_PATH "c:\\temp\\"
    71 # else
    72 #  define AUDIOMIXBUF_DEBUG_DUMP_PCM_DATA_PATH "/tmp/"
    73 # endif
    74 /* Warning: Enabling this will generate *huge* logs! */
    75 //# define AUDIOMIXBUF_DEBUG_MACROS
    76 #endif
    77 
    7862#include <iprt/asm-math.h>
    7963#include <iprt/assert.h>
    80 #ifdef AUDIOMIXBUF_DEBUG_DUMP_PCM_DATA
    81 # include <iprt/file.h>
    82 #endif
    8364#include <iprt/mem.h>
    8465#include <iprt/string.h> /* For RT_BZERO. */
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