• how to play audio file using micro controller
    how to store wave or any other audio file into microcontroller flash or external flash .... after stroring file how to encode it to get in original form ...
  • Is it possible to play an audio file with a GSM modem
    Hi All, I am doing a GSM project for my third year, and I am clueless where to begin. Please advice me. The requirements are: A microcontroller receives a signal from a door sensor. Whenever...
  • PWM to play wave file
    Hello guys, some one have experience to playing an wave file sampled at 44100Khz with 8 bit resolution mono by PWM micro device ? I use STM Cortex 103 and I have also demo board that use this way to...
  • Libraries for playing multiple sounds
    My primary application needs to play multiple audio files off an SD card to either a serial codec or the internal DAC of one of the microcontrollers. Does Keil have an existing library which performs...
  • Audio skipping
    What could be causing the audio to skip in this code I have changed, I think it is to do with the DataOut++; /* Skip one Sample */ and the extra code I have added is causing the buffer to fill up...