arduino-audio-tools
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
CodecCopy.h File Reference
#include "AudioTools/AudioCodecs/AudioCodecsBase.h"

Go to the source code of this file.

Classes

class  CopyDecoder
 Dummy Decoder which just copies the provided data to the output. You can define if it is PCM data. More...
 
class  CopyEncoder
 Dummy Encoder which just copies the provided data to the output. More...
 

Namespaces

namespace  audio_tools
 Generic Implementation of sound input and output for desktop environments using portaudio.
 

Typedefs

using PCMDecoder = CopyDecoder
 Alias for CopyDecoder to handle PCM audio decoding (no actual decoding)
 
using PCMEncoder = CopyEncoder
 Alias for CopyEncoder to handle PCM audio encoding (no actual encoding)