Mercurial > hg > svapp
comparison 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 |
comparison
equal
deleted
inserted
replaced
192:2b1869fccec1 | 193:0b3aa9b702bb |
---|---|
294 bool m_trustworthyTimestamps; | 294 bool m_trustworthyTimestamps; |
295 size_t m_lastCurrentFrame; | 295 size_t m_lastCurrentFrame; |
296 bool m_playing; | 296 bool m_playing; |
297 bool m_exiting; | 297 bool m_exiting; |
298 size_t m_lastModelEndFrame; | 298 size_t m_lastModelEndFrame; |
299 static const size_t m_ringBufferSize; | 299 size_t m_ringBufferSize; |
300 float m_outputLeft; | 300 float m_outputLeft; |
301 float m_outputRight; | 301 float m_outputRight; |
302 RealTimePluginInstance *m_auditioningPlugin; | 302 RealTimePluginInstance *m_auditioningPlugin; |
303 bool m_auditioningPluginBypassed; | 303 bool m_auditioningPluginBypassed; |
304 Scavenger<RealTimePluginInstance> m_pluginScavenger; | 304 Scavenger<RealTimePluginInstance> m_pluginScavenger; |