Hi,
I develop an application that stream audio from android to CC3200 via wifi.
Up to now, I can stream audio from my phone to CC3200 and play out.
But there is a problem that CC3200 only work fine with WAV file has 16000 sample rate. I found that configure when the board start.
So, Is there anyway I can use different audio file (WAV) with different samplerate (8k , 44k) ? I try with 8k samplerate and I see the sound come out faster than normal, with 44k It is slower.
One more question, I write and app in android that just read data from wav file and stream to CC3200 - and it just work with WAV format. Can you suggest me some method I can do to process with orther format (like mp3, etc..)
Many thanks,
VinhLoc.