|
arduino-audio-tools
|
#include "AudioTools/AudioCodecs/AudioCodecsBase.h"#include "AudioTools/AudioCodecs/AudioEncoded.h"#include "stdlib.h"#include "tsdemux.h"Go to the source code of this file.
Classes | |
| struct | AllocSize |
| class | MTSDecoderTSDemux |
| MPEG-TS (MTS) decoder. Extracts the AAC audio data from a MPEG-TS (MTS) data stream. You can define the relevant stream types via the API. Required dependency: https://github.com/pschatzmann/arduino-tsdemux. More... | |
Namespaces | |
| namespace | audio_tools |
| Generic Implementation of sound input and output for desktop environments using portaudio. | |
Macros | |
| #define | ALLOC_MEM_INIT 0 |
| #define | MTS_PRINT_PIDS_LEN (16) |
| #define | MTS_UNDERFLOW_LIMIT 188 |
| #define | MTS_WRITE_BUFFER_SIZE 2000 |
| #define ALLOC_MEM_INIT 0 |
| #define MTS_PRINT_PIDS_LEN (16) |
| #define MTS_UNDERFLOW_LIMIT 188 |
| #define MTS_WRITE_BUFFER_SIZE 2000 |