Skip to main content
mailmail9116
Associate III
January 27, 2013
Question

STM324xG-eval No sound

  • January 27, 2013
  • 1 reply
  • 454 views
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
    This topic has been closed for replies.

    1 reply

    mailmail9116
    Associate III
    January 27, 2013
    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