HI;
for ( i = 0 ; i< SAMPLES_PER_SECOND*2 ; i++ )
{
aic3204_codec_read(&left_input, &right_input); // Configured for one interrupt per two channels
left_output = left_input;
right_output = right_input;
aic3204_codec_write(left_output,right_ouput);
}
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.
HI;
for ( i = 0 ; i< SAMPLES_PER_SECOND*2 ; i++ )
{
aic3204_codec_read(&left_input, &right_input); // Configured for one interrupt per two channels
left_output = left_input;
right_output = right_input;
aic3204_codec_write(left_output,right_ouput);
}