arduino-audio-tools
Loading...
Searching...
No Matches
Classes | Namespaces
LockGuard.h File Reference
#include "AudioToolsConfig.h"
#include "Mutex.h"

Go to the source code of this file.

Classes

class  LockGuard
 RAII implementaion using a Mutex: Only a few microcontrollers provide lock guards, so I decided to roll my own solution where we can just use a dummy Mutex implementation that does nothing for the cases where this is not needed. More...
 

Namespaces

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