|
arduino-audio-tools
|
#include "AudioTools/CoreAudio/AudioPlayer.h"Go to the source code of this file.
Classes | |
| struct | AudioPlayerCommand |
| class | AudioPlayerThreadSafe< QueueT > |
| Lock-free asynchronous control wrapper for AudioPlayer using a command queue. More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |
Enumerations | |
| enum class | AudioPlayerCommandType { Begin , End , Next , SetIndex , SetPath , SetVolume , SetMuted , SetActive } |
| Control AudioPlayer command types processed in copy() More... | |