by cps » Jan 12, 2002 @ 5:57pm
Hi, I ported LibMikMod to the PocketPC a while back. Works on all processors, but is just a quick and dirty port. It's available from my .
(Phantom, I'm pretty sure my LibMikMod port is the one used in Lemmings -- when I was looking at the source, some of my comments were in there. Maybe xsolution took my port? Not a big deal in any case.)
I've also written a very basic sound/music wavemixing 'library'. You provide a number of music loop wavs and a number of sound effects, and can switch loops and trigger effects at will. Let me emphasize: it's very basic code. But, it might be useful for those trying to learn how to do this. I called it ZapPow and it's available . To test the sample app, copy the zap.wav and loop1.wav files to the PocketPC root directory, then build and run.
The BoomChick drumloop program source, also available from my homepage, might be similarly instructive (it mixes up to sixteen .wavs in realtime).
Note that both of the above only can handle 'canonical wave format' .wavs, google 'stripwav' for info and a converter.
Dan, I'd like to create or help create a freeware audio library at some point and have some ideas, but not much time. Email me if interested.