Page 1 of 1

Load a WAV file from FAT (NDS)

Posted: Sat Oct 03, 2009 9:56 am
by Robosloth
I'm writing an opensource mini slideshow with sound for the NDS. This app needs to play a WAV file (loaded from FAT) as it displays the slide. A slideshow with sound. Many possible uses. The app needs to fetch the WAV file from FAT and play it back for the user. Presently, the picture-loading code is working (thanks to ULib).

Need help writing the WAV FAT loading/playback code.

Can anyone recommend a WAV loading source that will compile under devkitARM ?
I've searched this forum and others, but couldn't find any WAV-loading(from FAT) and playback code.

Thanks in advance,

Robosloth