1. R

    Getting data from WAV into a buffer: Is that a read, copy or parse?

    Hi. I'm a beginner in C programming and getting an MCU to play WAV files. The objective, very often (if not always, I'm not sure) is to get the data (samples) that reside within the WAV file, in say SD memory, into a bufffer, whence it is taken up by a ADC, whose output is analogue. In an...
Top