arduino-audio-tools
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
Task.h File Reference
#include "AudioTools/CoreAudio/AudioLogger.h"
#include <functional>
#include <zephyr/kernel.h>

Go to the source code of this file.

Classes

class  TaskZephyr
 Zephyr thread based task. More...
 

Namespaces

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

Typedefs

using Task = TaskZephyr
 Compatibility typedef for RTOS-based task naming.
 
using TaskHandle_t = k_tid_t