# HG changeset patch # User Chris Cannam # Date 1244552536 0 # Node ID f6a8fc35df93a08c0cef9061a237a54905d509d5 # Parent b5b4af911c9899278e636446e6dc8125b27e3c49 * Updates to putative segmenter program diff -r b5b4af911c98 -r f6a8fc35df93 audioio/AudioCallbackPlaySource.cpp --- 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 #include -//#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;