Mercurial > hg > svapp
comparison audio/AudioCallbackPlaySource.cpp @ 510:83c60632bac0 tony-2.0-integration
Remove more debug
author | Chris Cannam |
---|---|
date | Wed, 14 Oct 2015 16:39:14 +0100 |
parents | 7cf6f5501212 |
children | 0d5c3abc9658 |
comparison
equal
deleted
inserted
replaced
509:7cf6f5501212 | 510:83c60632bac0 |
---|---|
33 using namespace RubberBand; | 33 using namespace RubberBand; |
34 | 34 |
35 #include <iostream> | 35 #include <iostream> |
36 #include <cassert> | 36 #include <cassert> |
37 | 37 |
38 #define DEBUG_AUDIO_PLAY_SOURCE 1 | 38 //#define DEBUG_AUDIO_PLAY_SOURCE 1 |
39 //#define DEBUG_AUDIO_PLAY_SOURCE_PLAYING 1 | 39 //#define DEBUG_AUDIO_PLAY_SOURCE_PLAYING 1 |
40 | 40 |
41 static const int DEFAULT_RING_BUFFER_SIZE = 131071; | 41 static const int DEFAULT_RING_BUFFER_SIZE = 131071; |
42 | 42 |
43 AudioCallbackPlaySource::AudioCallbackPlaySource(ViewManagerBase *manager, | 43 AudioCallbackPlaySource::AudioCallbackPlaySource(ViewManagerBase *manager, |