arduino-audio-tools/src/AudioCodecs
2024-07-27 18:40:49 +02:00
..
All.h Create AudioCodecBase.h 2024-06-23 11:51:17 +02:00
AudioCodecs.h Codecs begin from void to boolean 2024-03-01 15:55:34 +01:00
AudioCodecsBase.h Remove obsolete functionality 2024-07-27 18:40:49 +02:00
AudioEncoded.h EncodedAudioOutput: remove limit to addNotifyAudioChange 2024-07-24 17:17:13 +02:00
AudioFormat.h Portenta DRAFT 2023-06-15 02:56:19 +02:00
CodecAACFAAD.h Codecs: void* to uint8_t* 2024-06-24 09:37:57 +02:00
CodecAACFDK.h Codecs: void* to uint8_t* 2024-06-24 09:37:57 +02:00
CodecAACHelix.h cmake compile errors 2024-07-10 05:05:23 +02:00
CodecADPCM.h Codecs: void* to uint8_t* 2024-06-24 09:37:57 +02:00
CodecADPCMXQ.h Codecs: void* to uint8_t* 2024-06-24 09:37:57 +02:00
CodecADTS.h Codecs: void* to uint8_t* 2024-06-24 09:37:57 +02:00
CodecAPTX.h Codecs: void* to uint8_t* 2024-06-24 09:37:57 +02:00
CodecBase64.h Codecs: void* to uint8_t* 2024-06-24 09:37:57 +02:00
CodecBasic.h Codecs: void* to uint8_t* 2024-06-24 09:37:57 +02:00
CodecCodec2.h Codecs: void* to uint8_t* 2024-06-24 09:37:57 +02:00
CodecCopy.h Codecs: void* to uint8_t* 2024-06-24 09:37:57 +02:00
CodecFLAC.h Codecs: void* to uint8_t* 2024-06-24 09:37:57 +02:00
CodecFloat.h Codecs: void* to uint8_t* 2024-06-24 09:37:57 +02:00
CodecG7xx.h Codecs: void* to uint8_t* 2024-06-24 09:37:57 +02:00
CodecG722.h Codecs: void* to uint8_t* 2024-06-24 09:37:57 +02:00
CodecGSM.h Codecs: void* to uint8_t* 2024-06-24 09:37:57 +02:00
CodecHelix.h Codecs: void* to uint8_t* 2024-06-24 09:37:57 +02:00
CodecILBC.h Codecs: void* to uint8_t* 2024-06-24 09:37:57 +02:00
CodecL8.h Compile Errors for clipT 2024-07-10 04:51:41 +02:00
CodecL16.h Codecs: void* to uint8_t* 2024-06-24 09:37:57 +02:00
CodecLC3.h Codecs: void* to uint8_t* 2024-06-24 09:37:57 +02:00
CodecMP3Helix.h Helix: remove setDelay() 2024-06-29 12:04:13 +02:00
CodecMP3LAME.h Codecs: void* to uint8_t* 2024-06-24 09:37:57 +02:00
CodecMP3MAD.h Codecs: void* to uint8_t* 2024-06-24 09:37:57 +02:00
CodecMP3Mini.h Codecs: void* to uint8_t* 2024-06-24 09:37:57 +02:00
CodecMTS.h Codecs: void* to uint8_t* 2024-06-24 09:37:57 +02:00
CodecOpus.h Codecs: void* to uint8_t* 2024-06-24 09:37:57 +02:00
CodecOpusOgg.h OpusOggDecoder and OggContainerDecoder 2024-03-12 11:33:24 +00:00
CodecSBC.h Codecs: void* to uint8_t* 2024-06-24 09:37:57 +02:00
CodecTSDemux.h Codecs: void* to uint8_t* 2024-06-24 09:37:57 +02:00
CodecVorbis.h Codecs: void* to uint8_t* 2024-06-24 09:37:57 +02:00
CodecWAV.h Added file size to WAV header parse. (#1612) 2024-07-06 11:04:39 +02:00
CodecWavIMA.h Codecs: void* to uint8_t* 2024-06-24 09:37:57 +02:00
ContainerAVI.h Codecs: void* to uint8_t* 2024-06-24 09:37:57 +02:00
ContainerBinary.h Codecs: void* to uint8_t* 2024-06-24 09:37:57 +02:00
ContainerMP4.h Codecs: void* to uint8_t* 2024-06-24 09:37:57 +02:00
ContainerOgg.h Codecs: void* to uint8_t* 2024-06-24 09:37:57 +02:00
DecoderFromStreaming.h Codecs: void* to uint8_t* 2024-06-24 09:37:57 +02:00
README.md AudioCommon directory 2022-01-28 08:43:30 +01:00

This directory contains different alternative API implementations for encoders and decoders. Usaually you need to install some additional libraries.