arduino-audio-tools
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
BufferZephyr.h File Reference
#include "AudioTools/Concurrency/Zephyr/QueueZephyr.h"
#include "AudioTools/CoreAudio/AudioBasic/Collections/Allocator.h"
#include "AudioTools/CoreAudio/AudioLogger.h"
#include "AudioTools/CoreAudio/Buffers.h"
#include "AudioToolsConfig.h"
#include <zephyr/kernel.h>

Go to the source code of this file.

Classes

class  BufferZephyr< T >
 Buffer implementation using Zephyr semaphores + mutex as a bounded ring buffer. More...
 

Namespaces

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

Typedefs

template<class T >
using BufferRTOS = BufferZephyr< T >
 Compatibility typedef for RTOS-based buffer naming.