|
arduino-audio-tools
|
Go to the source code of this file.
Classes | |
| class | StdMutex |
| Mutex implemntation based on std::mutex. More... | |
| class | StdRecursiveMutex |
| Mutex implemntation based on std::mutex. More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |
Typedefs | |
| using | Mutex = StdMutex |
| Default Mutex implementation using std::mutex. | |