• ARM audio media player
    how I can play ".wav" file using LPC2148 using internal 10 bit DAC and how to play .wav files stored in SD card using SPI protocol
  • 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...
  • USB Audio class support for multiple audio streams
    Hello, Does USB audio device class for (LPC ARM based micros) support multiple audio streams? I found USB speaker example but would like to implement microphone input as well (headset scenario)...
  • Audio Timer Frequency
    Hi, Hw to set Audio Timer Frequence in KEIL LPC2378. For ex. 1874 for 16 bit mono 8KHZ File, How to calculate Timer frequence..
  • Keil usb audio questions
    Hi if studied the keil usb-audio example: and there are two things I didn't understand. Maybe someone of you could give me some hints / explanations to these two code lines DataIn &= B_S - 1;...