|
arduino-audio-tools
|
#include "AudioTools/AudioCodecs/AudioCodecsBase.h"#include "AudioTools/CoreAudio/Buffers.h"#include "foxen-flac.h"Go to the source code of this file.
Classes | |
| class | FLACDecoderFoxen |
| Foxen FLAC Decoder using https://github.com/astoeckel/libfoxenflac Unlike FLACDecoder which is a streaming decoder, this is a simple AudioDecoder implementation. More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |
Macros | |
| #define | FOXEN_IN_BUFFER_SIZE 1024 * 2 |
| #define | FOXEN_OUT_BUFFER_SIZE 1024 * 4 |
| #define FOXEN_IN_BUFFER_SIZE 1024 * 2 |
| #define FOXEN_OUT_BUFFER_SIZE 1024 * 4 |