arduino-audio-tools
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
BufferRTOS.h File Reference
#include "AudioToolsConfig.h"
#include "AudioTools/CoreAudio/Buffers.h"
#include "AudioTools/CoreAudio/AudioLogger.h"
#include "AudioTools/CoreAudio/AudioBasic/Collections/Allocator.h"
#include <freertos/stream_buffer.h>
#include "freertos/FreeRTOS.h"

Go to the source code of this file.

Classes

class  BufferRTOS< T >
 Buffer implementation which is using a FreeRTOS StreamBuffer. The default allocator uses psram is available. More...
 

Namespaces

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

Typedefs

template<class T >
using SynchronizedBufferRTOS = BufferRTOS< T >
 Template alias for RTOS-based synchronized buffer.