#include <avr32/io.h>
#include "compiler.h"
#include "board.h"
#include "com_task.h"
#include "audio_interface.h"
#include "audio_mixer.h"
#include "mp3_libmad_player.h"
Functions | |
void | codec_mp3_task (void) |
codec task. More... | |
Variables | |
Ai_player_flag_t | g_player_flag |
bool | g_player_flag_error |
bool | g_player_flag_run_mp3 |
void codec_mp3_task | ( | void | ) |
Ai_player_flag_t g_player_flag |
bool g_player_flag_error |
Referenced by codec_mp3_task(), and codec_wav_task().
bool g_player_flag_run_mp3 |