AC63_BT_SDK/cpu/bd19/audio_config.h
2025-02-18 15:40:42 +08:00

17 lines
372 B
C

#ifndef _APP_AUDIO_H_
#define _APP_AUDIO_H_
#include "generic/typedef.h"
#include "board_config.h"
extern u8 get_max_sys_vol(void);
s8 app_audio_get_volume(u8 state);
#define APP_AUDIO_STATE_MUSIC 1
#define SYS_MAX_VOL 16
#define SYS_DEFAULT_VOL 16
#define SYS_DEFAULT_TONE_VOL 16
#define SYS_DEFAULT_SIN_VOL 8
#endif/*_APP_AUDIO_H_*/