Hi all, I'm new to the sourceforge thing, seen it about, and found some interesting code, but never really gone too far with anything. I found the mad project, and I've got it working under DOS (using the DJGPP toolset).
I need something which can gracefully handle a power down at any point. I've played with FreeBSD/Linux, and read only file systems. But the boot time is just way too long.
Anyway I originally ported the mpg123 library to DOS (see http://www.fareham.org/mpg123/index.htm ) but it's handling of VBR and unusual formats is poor (to be polite). I've got the MAD library working, and I'm just tidying up the audio initialisation and closedown code. At startup and shutdown there are still a few pops and crackles, also I need to move some buffer management code into the interrupt routine.
Just a shout out to make sure that I'm not duplicating work done (or in progress) by anyone else. Also how do I go about getting this back into the code base (like the msvc++ tree) ?
Thanks, Roger.