Hi,
I am using "wifi_audio_app" provided with SDK CC3200SDK_1.0.0 as starting point. (Added a CLI feature over UART)
My HW is CC3200 launch-xl 3.2 Along with that I have Audio booster daughter card rev 3.0.
I have modified the code to support varied sampling rates of audio with a CLI (cc3200 running a CLI).
I am playing back the audio in the "Microphone" thread. The "Speaker" thread is not running. So when I speak in microphone, I hear it back with a delay.
This delay is OK (~70 ms as seen in DSO) for 32kHz sampling (16bit mono). But this delay increases to almost 800 ms for 8kHz audio sampling.
What do I need to adjust to get ~70 ms delay?
AIC3254 parameters remains the same in both the cases. I achieve different sampling rates by adjusting I2S block's frequency in CC3200.
The parameters that I have adjusted is:
"CB_TRANSFER_SZ"
"PACKET_SIZE".
But it does not help. I am not sending any packet to network. It is plain and simple loopback.
Any help is really appreciated.
Thanks,
Shashi.