#153621 - doudou - Thu Apr 03, 2008 12:38 am
I would like to rapidely add some basic audio to my game demo but I don't have much time to spend on this. Is it possible to implement an audio system that plays a sound track + some sfx wavs in less than 10 hours given 0 knowlege of DS audio? Or even better: is there a free library?
It doesn't have to be a reliable solution for long term.
#155024 - doudou - Thu Apr 24, 2008 12:52 am
I downloaded it and when I build the sample, I the mp3 doesn't play like it does in the pre-built ASlib.nds file.
#155026 - Noda - Thu Apr 24, 2008 1:10 am
CUrrently this lib is uncompatible with latest libnds. If you want, send me a PM and I'll send you the fixed version. (I don't want to release it publicly for now since the next libnds will broke it due to IPC changes, so I'll wait to have a future proof version for release).
EDIT: your problem may be due a to simple not updated example . Just add in your arm7 main.c a AS_Init() (somthinhg like that) and that's it.