changeset 172:f6a8fc35df93

* Updates to putative segmenter program
author Chris Cannam
date Tue, 09 Jun 2009 13:02:16 +0000
parents b5b4af911c98
children 5a2845883dd6
files audioio/AudioCallbackPlaySource.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/audioio/AudioCallbackPlaySource.cpp	Fri Jun 05 16:08:18 2009 +0000
+++ b/audioio/AudioCallbackPlaySource.cpp	Tue Jun 09 13:02:16 2009 +0000
@@ -34,7 +34,7 @@
 #include <iostream>
 #include <cassert>
 
-//#define DEBUG_AUDIO_PLAY_SOURCE 1
+#define DEBUG_AUDIO_PLAY_SOURCE 1
 //#define DEBUG_AUDIO_PLAY_SOURCE_PLAYING 1
 
 const size_t AudioCallbackPlaySource::m_ringBufferSize = 131071;