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. https://github.com/pschatzmann/arduino-tsdemux.
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.
- Author
- Phil Schatzmann
- Copyright
- GPLv3
diff --git a/group__codecs.html b/group__codecs.html
index 567499c92b..8aa56cecc2 100644
--- a/group__codecs.html
+++ b/group__codecs.html
@@ -268,7 +268,7 @@
| Encodes PCM data to the MP3 format and writes the result to a stream This is basically just a wrapper using https://github.com/pschatzmann/arduino-liblame. More...
|
|
class | MTSDecoder |
- | 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. https://github.com/pschatzmann/arduino-tsdemux. More...
|
+ | 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...
|
|
class | OggContainerDecoder |
| Decoder for Ogg Container. Decodes a packet from an Ogg container. The Ogg begin segment contains the AudioInfo structure. You can subclass and overwrite the beginOfSegment() method to implement your own headers Dependency: https://github.com/pschatzmann/arduino-libopus. More...
|
diff --git a/group__decoder.html b/group__decoder.html
index 861ad4990e..57fd79d739 100644
--- a/group__decoder.html
+++ b/group__decoder.html
@@ -173,7 +173,7 @@
| MP3 Decoder using https://github.com/pschatzmann/minimp3. This decoder does not provide any good results and it is not suited to decode any audio above 32000 on an ESP32. So the sample rate is limited by the MINIMP3_MAX_SAMPLE_RATE variable. More...
|
|
class | MTSDecoder |
- | 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. https://github.com/pschatzmann/arduino-tsdemux. More...
|
+ | 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...
|
|
class | OggContainerDecoder |
| Decoder for Ogg Container. Decodes a packet from an Ogg container. The Ogg begin segment contains the AudioInfo structure. You can subclass and overwrite the beginOfSegment() method to implement your own headers Dependency: https://github.com/pschatzmann/arduino-libopus. More...
|
diff --git a/hierarchy.html b/hierarchy.html
index 606467ba17..477dc87af6 100644
--- a/hierarchy.html
+++ b/hierarchy.html
@@ -181,7 +181,7 @@
CMP3DecoderHelix | MP3 Decoder using libhelix: https://github.com/pschatzmann/arduino-libhelix This is basically just a simple wrapper to provide AudioInfo and AudioInfoSupport |
CMP3DecoderMAD | MP3 Decoder using https://github.com/pschatzmann/arduino-libmad |
CMP3DecoderMini | MP3 Decoder using https://github.com/pschatzmann/minimp3. This decoder does not provide any good results and it is not suited to decode any audio above 32000 on an ESP32. So the sample rate is limited by the MINIMP3_MAX_SAMPLE_RATE variable |
- CMTSDecoder | 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. https://github.com/pschatzmann/arduino-tsdemux |
+ CMTSDecoder | 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 |
►COggContainerDecoder | Decoder for Ogg Container. Decodes a packet from an Ogg container. The Ogg begin segment contains the AudioInfo structure. You can subclass and overwrite the beginOfSegment() method to implement your own headers Dependency: https://github.com/pschatzmann/arduino-libopus |
COpusOggDecoder | Opus Decoder which uses the Ogg Container. See https://datatracker.ietf.org/doc/html/rfc7845. The audio data is transmitted in frames and the header information contains the sampler rate, channels and other critical info. Dependency: https://github.com/pschatzmann/arduino-libopus |
COpusAudioDecoder | OpusAudioDecoder: Depends on https://github.com/pschatzmann/arduino-libopus.git |
diff --git a/namespaceaudio__tools.html b/namespaceaudio__tools.html
index 1b73c16ecf..d2303a11dd 100644
--- a/namespaceaudio__tools.html
+++ b/namespaceaudio__tools.html
@@ -938,7 +938,7 @@
class | MP4ParseBuffer |
|
class | MTSDecoder |
- | 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. https://github.com/pschatzmann/arduino-tsdemux. More...
|
+ | 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...
|
|
class | MultiConverter |
| Combines multiple converters. More...
|
diff --git a/namespaces.html b/namespaces.html
index aae82032b9..111b9f2918 100644
--- a/namespaces.html
+++ b/namespaces.html
@@ -370,7 +370,7 @@
CMP3EncoderLAME | Encodes PCM data to the MP3 format and writes the result to a stream This is basically just a wrapper using https://github.com/pschatzmann/arduino-liblame |
CMP4Atom | Represents a single MPEG4 atom |
CMP4ParseBuffer | |
- CMTSDecoder | 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. https://github.com/pschatzmann/arduino-tsdemux |
+ CMTSDecoder | 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 |
CMultiConverter | Combines multiple converters |
CMultiOutput | Replicates the output to multiple destinations |
CMusicalNotes | Determination of the frequency of a music note |