|
arduino-audio-tools
|
Go to the source code of this file.
Classes | |
| class | SynchronizedNBufferRTOST< T > |
| NBuffer which uses some RTOS queues to manage the available and filled buffers. More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |
Macros | |
| #define | DEFAULT_BUFFER_WAIT 1000 |
Typedefs | |
| using | SynchronizedNBuffer = SynchronizedNBufferRTOS |
| Default synchronized buffer alias <> | |
| using | SynchronizedNBufferRTOS = SynchronizedNBufferRTOST< uint8_t > |
| RTOS synchronized buffer for managing multiple audio buffers. | |
| #define DEFAULT_BUFFER_WAIT 1000 |