FLAC Codec using https://github.com/pschatzmann/arduino-libflac.
More...
#include "AudioTools/AudioCodecs/AudioCodecsBase.h"
#include "AudioTools/CoreAudio/Buffers.h"
#include "AudioTools/CoreAudio/AudioBasic/Net.h"
#include "flac.h"
Go to the source code of this file.
|
| audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio.
|
|
|
#define | FLAC_BUFFER_SIZE (8 * 1024) |
|
#define | FLAC_READ_TIMEOUT_MS 10000 |
|
FLAC Codec using https://github.com/pschatzmann/arduino-libflac.
- Author
- Phil Schatzmann
- Version
- 0.1
- Date
- 2022-04-24