#include "AudioTools/CoreAudio/Buffers.h"
#include "LockGuard.h"
#include "Mutex.h"
#include "Stream.h"
Go to the source code of this file.
|
| class | SynchronizedStream |
| | Wrapper class that can turn any Stream into a thread save implementation. This is done by adding a Mutex to the Stream. The read and write operations are buffered and the access to the stream is protected by the Mutex. More...
|
| |
|
| namespace | audio_tools |
| | Generic Implementation of sound input and output for desktop environments using portaudio.
|
| |