Mercurial > hg > svapp
comparison audioio/AudioCallbackPlaySource.h @ 240:e8961a95b3d6 integration_library
Merge from the default branch
author | mathieub <mathieu.barthet@eecs.qmul.ac.uk> |
---|---|
date | Tue, 23 Aug 2011 12:03:55 +0100 |
parents | 1fcee2a1c03e 5e1711be654d |
children |
comparison
equal
deleted
inserted
replaced
239:4d1501b27075 | 240:e8961a95b3d6 |
---|---|
50 * audio APIs such as JACK or CoreAudio. It maintains one ring buffer | 50 * audio APIs such as JACK or CoreAudio. It maintains one ring buffer |
51 * per channel, filled during playback by a non-realtime thread, and | 51 * per channel, filled during playback by a non-realtime thread, and |
52 * provides a method for a realtime thread to pick up the latest | 52 * provides a method for a realtime thread to pick up the latest |
53 * available sample data from these buffers. | 53 * available sample data from these buffers. |
54 */ | 54 */ |
55 class AudioCallbackPlaySource : public virtual QObject, | 55 class AudioCallbackPlaySource : public QObject, |
56 public AudioPlaySource | 56 public AudioPlaySource |
57 { | 57 { |
58 Q_OBJECT | 58 Q_OBJECT |
59 | 59 |
60 public: | 60 public: |