diff --git a/annotated.html b/annotated.html index 0309be921d..4fb6cb3574 100644 --- a/annotated.html +++ b/annotated.html @@ -370,7 +370,7 @@  CMP3EncoderLAMEEncodes 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  CMP4AtomRepresents a single MPEG4 atom  CMP4ParseBuffer - CMTSDecoderMPEG-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 + CMTSDecoderMPEG-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  CMultiConverterCombines multiple converters  CMultiOutputReplicates the output to multiple destinations  CMusicalNotesDetermination of the frequency of a music note diff --git a/classaudio__tools_1_1_m_t_s_decoder.html b/classaudio__tools_1_1_m_t_s_decoder.html index fffff56771..30841ceb6d 100644 --- a/classaudio__tools_1_1_m_t_s_decoder.html +++ b/classaudio__tools_1_1_m_t_s_decoder.html @@ -77,7 +77,7 @@
-

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. More...

#include <CodecMTS.h>

@@ -261,7 +261,7 @@  

Detailed Description

-

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

The documentation for this class was generated from the following file: