儲存庫 vbox 的更動 104473
- 時間撮記:
- 2024-5-2 上午10:40:37 (10 月 以前)
- svn:sync-xref-src-repo-rev:
- 162993
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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. */
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器