audiolib/audio/audio_decoder_aac.h

14 lines
375 B
C

#ifndef AUDIOPIPELINE_AUDIO_DECODER_AAC_H__INCLUDED
#define AUDIOPIPELINE_AUDIO_DECODER_AAC_H__INCLUDED
#include "audio.h"
/**
* Create a AAC decoder element
*
* @returns Initialized `AudioPipelineElement` that can be used in call to `audio_pipeline_assemble`
*/
AudioPipelineElement *audio_decoder_aac(void);
#endif /* AUDIOPIPELINE_AUDIO_DECODER_AAC_H__INCLUDED */