arduino-audio-tools
|
E.g. used by Encoders and Decoders. More...
#include <AudioTypes.h>
Public Member Functions | |
virtual AudioInfo | audioInfo ()=0 |
provides the actual input AudioInfo | |
virtual AudioInfo | audioInfoOut () |
provides the actual output AudioInfo: this is usually the same as audioInfo() unless we use a transforming stream | |
virtual bool | begin ()=0 |
virtual bool | begin (AudioInfo info) |
virtual void | end ()=0 |
virtual | operator bool ()=0 |
virtual void | setAudioInfo (AudioInfo from)=0 |
Defines the input AudioInfo. | |
virtual void | setOutput (Print &out_stream)=0 |
virtual size_t | write (const uint8_t *data, size_t len)=0 |
Protected Member Functions | |
void | writeBlocking (Print *out, uint8_t *data, size_t len) |
E.g. used by Encoders and Decoders.
provides the actual input AudioInfo
Implemented in AudioDecoder, AudioEncoder, CodecNOP, JupyterAudioT< T >, MozziStream, AdapterPrintToAudioOutput, TimerCallbackAudioStream, GGWaveDecoder, AACDecoderFDK, AACDecoderHelix, DecoderBasic, DecoderHelix, MP3DecoderHelix, MP3DecoderMAD, OpusAudioDecoder, WAVDecoder, WavIMADecoder, BinaryContainerEncoder, OggContainerDecoder, PureDataStream, AdapterAudioStreamToAudioOutput, AdapterAudioOutputToAudioStream, AudioOutput, AudioPlayer, GeneratedSoundStream< T >, GeneratedSoundStream< int16_t >, and AudioStream.
provides the actual output AudioInfo: this is usually the same as audioInfo() unless we use a transforming stream
Reimplemented in PureDataStream, PWMAudioOutput, ChannelFormatConverterStreamT< T >, ChannelFormatConverterStream, NumberFormatConverterStreamT< TFrom, TTo >, NumberFormatConverterStream, FormatConverterStream, Pipeline, and ResampleStream.
Reimplemented in AACEncoderFDK.
Implemented in AACDecoderFAAD, DecoderHelix, MP3DecoderHelix, MP3DecoderMAD, MP3DecoderMini, AACDecoderHelix, and ADTSDecoder.
Defines the input AudioInfo.
Implements AudioInfoSupport.
Implemented in GGWaveDecoder, MP3EncoderLAME, AudioDecoder, AudioEncoder, AACEncoderFDK, EncoderBasic, FLACEncoder, DecoderL8, OpusAudioDecoder, OpusAudioEncoder, WAVEncoder, CodecNOP, APTXEncoder, G7xxEncoder, AACDecoderHelix, G7xxDecoder, BinaryContainerEncoder, and OggContainerEncoder.
Implemented in MP3DecoderMAD, DecoderBase64, EncoderBasic, WAVEncoder, DecoderAdapter, EncoderBase64, CodecNOP, AACDecoderFDK, AACEncoderFDK, AACDecoderHelix, ADPCMDecoderXQ, APTXDecoder, Codec2Decoder, CopyDecoder, G722Decoder, GSMDecoder, ILBCDecoder, LC3Decoder, MP3EncoderLAME, SBCDecoder, WavIMADecoder, GGWaveDecoder, AudioDecoder, ADPCMDecoder, DecoderBasic, FLACEncoder, DecoderFloat, EncoderFloat, G7xxDecoder, DecoderL16, EncoderL16, EncoderL8, OpusAudioDecoder, OpusAudioEncoder, WAVDecoder, AVIDecoder, MetaDataFilterDecoder, DecoderHelix, MP3DecoderMini, BinaryContainerDecoder, MP3DecoderHelix, OggContainerDecoder, and OggContainerEncoder.
Implemented in AACDecoderFAAD, DecoderHelix, MP3DecoderHelix, MP3DecoderMAD, MP3DecoderMini, BinaryContainerEncoder, AACDecoderHelix, ADTSDecoder, EncoderBase64, FLACEncoder, DecoderFloat, EncoderFloat, EncoderL16, EncoderL8, OpusAudioEncoder, WAVEncoder, ContainerMP4, OggContainerEncoder, and EncoderBasic.