cancel
Showing results for 
Search instead for 
Did you mean: 

STM324xG-eval No sound

mailmail9116
Associate II
Posted on January 27, 2013 at 15:58

Hi,

I am trying to play some audio on my evaluation board,but no luck : I have a buffer that contain slices from various wav files,the buffer located in the external RAM ( if it matters) , and i try to do the following :

EVAL_AUDIO_Init(OUTPUT_DEVICE_AUTO, DEFAULT_VOLMAX, I2S_AudioFreq_44k);
EVAL_AUDIO_Play((uint16_t*)data,audioChunkSize/2); // data is my buffer

Any ideas what maybe i am doing wrong? Thanks
1 REPLY 1
mailmail9116
Associate II
Posted on January 27, 2013 at 16:01

Also , after the

EVAL_AUDIO_Play((uint16_t*)data,audioChunkSize/2); // data is my buffer

execution ,i do enter the callback function : EVAL_AUDIO_TransferComplete_CallBack but no sound whatsoever. Thanks