Hi,first i am sorry for my English is not good .I use the codec TLVAIC23B and c5402 to acquisition and play audio with McBSP and DMA,
TLVAIC23B :16bit 44100Hz
int ADbuf[] ADC data
int DAbuf[] DAC data
when DAbuf[i]= ADbuf[i]*2 ,it plays well
but when i set DAbuf[i]= ADbuf[i]/2,it has big noise,why?