CXD5602 Audio Effector API. More...
#include <stdint.h>
#include <stdbool.h>
Go to the source code of this file.
Classes | |
struct | InitMFEParam |
struct | StartBBParam |
struct | StopBBParam |
struct | SetBaseBandStatusParam |
struct | AsEffectorMsgQueId_t |
struct | AsEffectorPoolId_t |
struct | AsCreateEffectorParam_t |
Macros | |
#define | AS_FEATURE_EFFECTOR_ENABLE |
#define | CHECK_XLOUD_VOLUME_RANGE(vol) (bool)(((0 <= (vol)) && ((vol) <= 59)) ? true : false) |
sub code for SETMPPPARAM command(0x2C) | |
#define | SUB_SETMPP_COMMON 0x00 |
Sub Code: MPP common setting. | |
#define | SUB_SETMPP_XLOUD 0x01 |
Sub Code: MPP xLOUD setting. | |
Packet length of command | |
#define | LENGTH_STARTBB 3 |
StartBB command (AUDCMD_STARTBB) packet length. | |
#define | LENGTH_STOPBB 3 |
StopBB command (AUDCMD_STOPBB) packet length. | |
Functions | |
bool | AS_CreateEffector (FAR AsCreateEffectorParam_t *param, AudioAttentionCb attcb) |
Activate sound effector feature. More... | |
__attribute__ ((deprecated("\n \ \n Deprecated create API is used. \ \n Use \"AS_CreateEffector(AsCreateEffectorParam_t * \ \n AudioAttentionCb)\". \ \n \ \n"))) bool AS_CreateEffector(FAR AsCreateEffectorParam_t *param) | |
bool | AS_DeleteEffector (void) |
Deactivate sound effector feature. More... | |
CXD5602 Audio Effector API.