svapp
1.9
|
#include "base/RingBuffer.h"
#include "base/AudioPlaySource.h"
#include "base/PropertyContainer.h"
#include "base/Scavenger.h"
#include <QObject>
#include <QMutex>
#include <QWaitCondition>
#include "base/Thread.h"
#include "base/RealTime.h"
#include <samplerate.h>
#include <set>
#include <map>
Go to the source code of this file.
Classes | |
class | AudioCallbackPlaySource |
AudioCallbackPlaySource manages audio data supply to callback-based audio APIs such as JACK or CoreAudio. More... | |
class | AudioCallbackPlaySource::RingBufferVector |
class | AudioCallbackPlaySource::FillThread |
Namespaces | |
namespace | RubberBand |