Changeset 68740 in vbox for trunk/src/VBox/Devices/Audio/DrvHostDebugAudio.cpp
- Timestamp:
- Sep 13, 2017 11:37:18 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostDebugAudio.cpp
r68272 r68740 430 430 /* IHostAudio */ 431 431 PDMAUDIO_IHOSTAUDIO_CALLBACKS(drvHostDebugAudio); 432 433 #ifdef VBOX_AUDIO_DEBUG_DUMP_PCM_DATA 434 RTFileDelete(VBOX_AUDIO_DEBUG_DUMP_PCM_DATA_PATH "AudioDebugOutput.pcm"); 435 #endif 432 436 433 437 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.