|
arduino-audio-tools
|
Decodes DSF files containing DSD audio and converts to PCM. More...
#include <CodecDSF.h>
Public Member Functions | |
| DSFDecoder ()=default | |
| DSFDecoder (DSFMetadata metaData) | |
| virtual void | addNotifyAudioChange (AudioInfoSupport &bi) |
| Adds target to be notified about audio changes. | |
| AudioInfo | audioInfo () override |
| provides the actual input AudioInfo | |
| virtual AudioInfo | audioInfoOut () |
| bool | begin () |
| virtual bool | begin (AudioInfo info) override |
| virtual void | clearNotifyAudioChange () |
| Deletes all change notify subscriptions. | |
| void | end () override |
| const DSFMetadata | getMetadata () |
| Print * | getOutput () |
| bool | isHeaderAvailable () |
| bool | isNotifyActive () |
| Checks if the automatic AudioInfo update is active. | |
| virtual bool | isResultPCM () |
| Returns true to indicate that the decoding result is PCM data. | |
| operator bool () | |
| virtual bool | removeNotifyAudioChange (AudioInfoSupport &bi) |
| Removes a target in order not to be notified about audio changes. | |
| void | setAudioInfo (AudioInfo from) override |
| for most decoders this is not needed | |
| virtual bool | setCodecConfig (const uint8_t *data, size_t len) |
| Some decoders need e.g. a magic cookie to provide the relevant info for decoding. | |
| void | setInfoCallback (void(*callback)(const DSFFormat &fmt)) |
| Register a callback that receives the raw DSFFormat header after parsing. | |
| void | setMetaData (DSFMetadata metaData) |
| void | setNotifyActive (bool flag) |
| Deactivate/Reactivate automatic AudioInfo updates: (default is active) | |
| virtual void | setOutput (AudioOutput &out_stream) |
| Defines where the decoded result is written to. | |
| virtual void | setOutput (AudioStream &out_stream) |
| Defines where the decoded result is written to. | |
| virtual void | setOutput (Print &out_stream) override |
| Defines where the decoded result is written to. | |
| size_t | write (const uint8_t *data, size_t len) |
Public Attributes | |
| int | id |
| custom id to be used by application | |
Protected Member Functions | |
| bool | allChannelsHaveData (int bytesNeeded) |
| size_t | bufferDSDData (const uint8_t *data, size_t len, size_t startPos) |
| float | clip (float value) |
| void | convertDSDToPCM () |
| int | findTag (const char *tag, const uint8_t *data, size_t len) |
| int | getFilterStages () |
| int | getOutputBufferSize () |
| void | notifyAudioChange (AudioInfo info) |
| bool | parseData (const uint8_t *data, size_t len) |
| bool | parseFMT (const uint8_t *data, size_t len) |
| int | popcount8 (uint8_t v) |
| size_t | processDSDData (const uint8_t *data, size_t len, size_t startPos) |
| size_t | processHeader (const uint8_t *data, size_t len) |
| void | setupDecimationStep () |
| void | setupFilters () |
| void | writeBlocking (Print *out, uint8_t *data, size_t len) |
| void | writePCMSample (float filteredValue) |
Protected Attributes | |
| uint32_t | blockPos = 0 |
| Vector< SingleBuffer< uint8_t > > | channelDsdBuffers |
| Vector< LowPassFilter< float > > | channelFilters |
| uint32_t | decimationStep |
| bool | headerParsed = false |
| AudioInfo | info |
| void(* | infoCallback )(const DSFFormat &fmt) = nullptr |
| bool | is_notify_active = true |
| bool | isActive = false |
| DSFMetadata | meta |
| Vector< AudioInfoSupport * > | notify_vector |
| Print * | p_print = nullptr |
| SingleBuffer< uint8_t > | pcmBuffer {0} |
Decodes DSF files containing DSD audio and converts to PCM.
Uses per-channel buffers for correct block-level de-interleaving, bit-counting decimation, and cascaded Butterworth low-pass filters for anti-aliasing.
|
default |
|
inline |
|
inlinevirtualinherited |
Adds target to be notified about audio changes.
Reimplemented in CodecNOP, EncodedAudioOutput, EncodedAudioStream, AACDecoderFDK, DecoderBasic, CodecChain, MP3DecoderHelix, MP3DecoderMAD, OggContainerDecoder, RTSPClient< TcpClient, UdpSocket >, Pipeline, and Pipeline::ModifyingStreamAdapter.
|
inlineoverridevirtual |
provides the actual input AudioInfo
Reimplemented from AudioDecoder.
provides the actual output AudioInfo: this is usually the same as audioInfo() unless we use a transforming stream
Reimplemented in MP3EncoderShine, PureDataStream, PWMAudioOutput< PWMDriverT >, ChannelFormatConverterStreamT< T >, ChannelFormatConverterStream, NumberFormatConverterStreamT< TFrom, TTo >, NumberFormatConverterStream, FormatConverterStream, Pipeline, ResampleStream, and ResampleStreamT< TInterpolator >.
|
inlinevirtual |
Reimplemented from AudioDecoder.
Reimplemented from AudioWriter.
Reimplemented in DecoderBasic, and OggContainerDecoder.
Deletes all change notify subscriptions.
Reimplemented in RTSPClient< TcpClient, UdpSocket >.
|
inlineprotected |
|
inlineoverridevirtual |
Reimplemented from AudioDecoder.
|
inlineprotected |
|
inline |
|
inlineinherited |
|
inlineprotected |
|
inline |
Returns true to indicate that the decoding result is PCM data.
Reimplemented in CopyDecoder, DecoderNetworkFormat, and ContainerM4A.
Implements AudioWriter.
|
inlinevirtualinherited |
Removes a target in order not to be notified about audio changes.
Reimplemented in RTSPClient< TcpClient, UdpSocket >.
for most decoders this is not needed
Reimplemented from AudioDecoder.
Some decoders need e.g. a magic cookie to provide the relevant info for decoding.
Reimplemented in DecoderALAC, and MultiDecoder.
Register a callback that receives the raw DSFFormat header after parsing.
|
inline |
Deactivate/Reactivate automatic AudioInfo updates: (default is active)
|
inlinevirtualinherited |
Defines where the decoded result is written to.
Reimplemented in ADTSDecoder, CodecChain, MTSDecoder, MTSDecoderTSDemux, and MetaDataFilterDecoder.
|
inlinevirtualinherited |
Defines where the decoded result is written to.
Reimplemented in ADTSDecoder, CodecChain, MTSDecoder, MTSDecoderTSDemux, and MetaDataFilterDecoder.
Defines where the decoded result is written to.
Implements AudioWriter.
Reimplemented in DecoderBase64, MP3DecoderMAD, DecoderAdapter, CodecNOP, ADPCMDecoderXQ, APTXDecoder, Codec2Decoder, CopyDecoder, G722Decoder, GSMDecoder, ILBCDecoder, LC3Decoder, DecoderNetworkFormat, SBCDecoder, WavIMADecoder, AACDecoderFDK, AACDecoderHelix, ADPCMDecoder, ADTSDecoder, DecoderBasic, CodecChain, DecoderFloat, G729Decoder, G7xxDecoder, DecoderL16, MTSDecoder, OpusAudioDecoder, OpusMultiStreamAudioDecoder, MTSDecoderTSDemux, WAVDecoder, AVIDecoder, ContainerM4A, MultiDecoder, MetaDataFilterDecoder, MP3DecoderMini, BinaryContainerDecoder, OSCContainerDecoder, MP3DecoderHelix, and OggContainerDecoder.
|
inlineprotected |
|
inlineprotected |
Implements AudioWriter.
|
protected |
|
protected |
|
protected |
|
protected |
|
inherited |
custom id to be used by application
|
protectedinherited |
|
protected |
|
protectedinherited |
|
protected |