Mercurial > hg > svapp
diff audioio/AudioCallbackPlaySource.h @ 193:0b3aa9b702bb
* Fix problems playing back when the target block size is close to, or
greater than, the default ring-buffer size
author | Chris Cannam |
---|---|
date | Tue, 22 Jun 2010 13:48:00 +0000 |
parents | 72495c4cd315 |
children | 1fcee2a1c03e 5e1711be654d |
line wrap: on
line diff
--- a/audioio/AudioCallbackPlaySource.h Tue Jun 22 09:45:19 2010 +0000 +++ b/audioio/AudioCallbackPlaySource.h Tue Jun 22 13:48:00 2010 +0000 @@ -296,7 +296,7 @@ bool m_playing; bool m_exiting; size_t m_lastModelEndFrame; - static const size_t m_ringBufferSize; + size_t m_ringBufferSize; float m_outputLeft; float m_outputRight; RealTimePluginInstance *m_auditioningPlugin;