Changeset 104473 in vbox
- Timestamp:
- May 2, 2024 10:40:37 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioMixBuffer.cpp
r98103 r104473 60 60 #include <VBox/log.h> 61 61 62 #if 063 /*64 * AUDIOMIXBUF_DEBUG_DUMP_PCM_DATA enables dumping the raw PCM data65 * to a file on the host. Be sure to adjust AUDIOMIXBUF_DEBUG_DUMP_PCM_DATA_PATH66 * to your needs before using this!67 */68 # define AUDIOMIXBUF_DEBUG_DUMP_PCM_DATA69 # ifdef RT_OS_WINDOWS70 # define AUDIOMIXBUF_DEBUG_DUMP_PCM_DATA_PATH "c:\\temp\\"71 # else72 # define AUDIOMIXBUF_DEBUG_DUMP_PCM_DATA_PATH "/tmp/"73 # endif74 /* Warning: Enabling this will generate *huge* logs! */75 //# define AUDIOMIXBUF_DEBUG_MACROS76 #endif77 78 62 #include <iprt/asm-math.h> 79 63 #include <iprt/assert.h> 80 #ifdef AUDIOMIXBUF_DEBUG_DUMP_PCM_DATA81 # include <iprt/file.h>82 #endif83 64 #include <iprt/mem.h> 84 65 #include <iprt/string.h> /* For RT_BZERO. */
Note:
See TracChangeset
for help on using the changeset viewer.