arduino-audio-tools
Loading...
Searching...
No Matches
Classes | Namespaces
SynchronizedStream.h File Reference
#include "AudioTools/CoreAudio/Buffers.h"
#include "LockGuard.h"
#include "Mutex.h"
#include "Stream.h"

Go to the source code of this file.

Classes

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...
 

Namespaces

namespace  audio_tools
 Generic Implementation of sound input and output for desktop environments using portaudio.