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.

AIC3204 AGC底噪



你好,我使用了AIC3204的AGC功能后,底噪明显。使用noise threshold也没有什么变化,要怎样设置才能不让底噪放大

// Left Channel AGC Maximum Gain = 30dB
{0x00,0x00},
{0x58,0x60},

// Right Channel AGC Maximum Gain = 30.5dB
{0x00,0x00},
{0x60,0x61},

// Left Channel AGC Target Level = -24.0dBFS
// Left Channel AGC Gain Hysteresis is ±1.5dB
{0x00,0x00},
{0x56,0xF3},

// Right Channel AGC Target Level = -24.0dBFS
// Right Channel AGC Gain Hysteresis is ±1.5dB
{0x00,0x00},
{0x5E,0xF3},

//Right Channel AGC Noise Threshold
{0x00,0x00},
{0x5F,0x2A},
//Right Channel AGC Noise Threshold
{0x00,0x00},
{0x57,0x2A},