|
arduino-audio-tools
|
#include <stdint.h>#include <cstring>#include <vector>#include "AudioTools/CoreAudio/AudioTypes.h"Go to the source code of this file.
Classes | |
| struct | USBAudioConfig |
| Configuration for USB Audio (inherits sample_rate / channels / bits_per_sample from AudioInfo). More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |
Macros | |
| #define | USB_AUDIO_EP_FB 0x86 |
| #define | USB_AUDIO_EP_IN 0x85 |
| #define | USB_AUDIO_EP_INT 0x87 |
| #define | USB_AUDIO_EP_OUT 0x05 |
Functions | |
| uint32_t | highestSupportedSampleRate (const USBAudioConfig &cfg) |
| #define USB_AUDIO_EP_FB 0x86 |
| #define USB_AUDIO_EP_IN 0x85 |
| #define USB_AUDIO_EP_INT 0x87 |
| #define USB_AUDIO_EP_OUT 0x05 |