gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

DS development > ASLib Sound Effects - PLEASE DELETE

#165333 - JYC376 - Wed Dec 17, 2008 8:20 am

Does anyone know what format the .raw files played as sound effects on ASLib is? It's certainly not a raw image.

Thanks, JYC673.

Edit: HOLD IT, found how stupid I was. Never mind.
Code:
sox -V foo.wav foo.raw

#165418 - josath - Fri Dec 19, 2008 11:27 pm

Take a look at the new sound library included with devkitARM, it's much nicer, and it automatically converts your .wav files to the right format for you.

#165420 - JYC376 - Fri Dec 19, 2008 11:47 pm

Alright, Team devkitPro! Just what I needed!