arduino-audio-tools
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
CodecTSDemux.h File Reference
#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
 

Macro Definition Documentation

◆ ALLOC_MEM_INIT

#define ALLOC_MEM_INIT   0

◆ MTS_PRINT_PIDS_LEN

#define MTS_PRINT_PIDS_LEN   (16)

◆ MTS_UNDERFLOW_LIMIT

#define MTS_UNDERFLOW_LIMIT   188

◆ MTS_WRITE_BUFFER_SIZE

#define MTS_WRITE_BUFFER_SIZE   2000