|
arduino-audio-tools
|
Associates a WAV format tag with the decoder responsible for it. More...
#include <CodecWAV.h>
Public Member Functions | |
| DecoderEntry ()=default | |
| DecoderEntry (AudioFormat fmt, AudioDecoderExt *dec) | |
Public Attributes | |
| AudioDecoderExt * | decoder = nullptr |
| AudioFormat | format = AudioFormat::PCM |
Associates a WAV format tag with the decoder responsible for it.
|
default |
|
inline |
| AudioDecoderExt* decoder = nullptr |
| AudioFormat format = AudioFormat::PCM |