Mercurial > hg > svapp
comparison audioio/AudioCallbackPlaySource.cpp @ 174:e109e432b5c5
...
author | Chris Cannam |
---|---|
date | Thu, 25 Jun 2009 13:30:37 +0000 |
parents | f6a8fc35df93 |
children | d8017c8859eb |
comparison
equal
deleted
inserted
replaced
173:5a2845883dd6 | 174:e109e432b5c5 |
---|---|
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, |