This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TAS5731 EQ点初始化和单声道立体声切换功能不正常,请协助支持!

现在案子在调试中遇到EQ点初始化和单声道立体声切换功能不正常,请协助支持!

附件是初始化数据;

 

1. 请在这份表格上如何设置单声道/立体声

2. 现实际音频曲线发现1K点增益偏低,如果解决?

以下是我立体声/单声道切换发送的数据,帮我看对不对?

static uchar code  sound_mono_1[13] ={0x55,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
static uchar code  sound_stereo_1[13] ={0x55,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x00,0x00};

static uchar code  sound_mono_2[2][17]={
{0x53, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00},
{0x54, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00},
};

static uchar code  sound_stereo_2[2][17]={
{0x53, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00},
{0x54, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00},
};

GVA BT EQ.xlsx