comparison audioio/AudioCallbackPlaySource.cpp @ 172:f6a8fc35df93

* Updates to putative segmenter program
author Chris Cannam
date Tue, 09 Jun 2009 13:02:16 +0000
parents 07d8dac78edc
children e109e432b5c5
comparison
equal deleted inserted replaced
171:b5b4af911c98 172:f6a8fc35df93
32 using namespace RubberBand; 32 using namespace RubberBand;
33 33
34 #include <iostream> 34 #include <iostream>
35 #include <cassert> 35 #include <cassert>
36 36
37 //#define DEBUG_AUDIO_PLAY_SOURCE 1 37 #define DEBUG_AUDIO_PLAY_SOURCE 1
38 //#define DEBUG_AUDIO_PLAY_SOURCE_PLAYING 1 38 //#define DEBUG_AUDIO_PLAY_SOURCE_PLAYING 1
39 39
40 const size_t AudioCallbackPlaySource::m_ringBufferSize = 131071; 40 const size_t AudioCallbackPlaySource::m_ringBufferSize = 131071;
41 41
42 AudioCallbackPlaySource::AudioCallbackPlaySource(ViewManagerBase *manager, 42 AudioCallbackPlaySource::AudioCallbackPlaySource(ViewManagerBase *manager,