|
arduino-audio-tools
|
#include <stdint.h>Go to the source code of this file.
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |
Enumerations | |
| enum class | SPIAudioCommand : uint8_t { SetMime = 1 , SetAudioInfo = 2 , WriteData = 5 , GetAvailableBufferSize = 6 , GetFilledBufferSize = 7 , Clear = 8 } |
| SPI command ids used by SPIAudioMaster. More... | |