True Audio
Well I have a very experimental TrueAudio decoder in dsPic assembler that according to the simulator will run at about x4 real time at 40MIPS -- that doesn't include disk/CD I/O but it certainly leaves a fair bit of space for that to happen. On the whole I have been pretty pleased with the dsPic as a processor. If it really does fly the way it seems like it should then we should get some good results. I have also done some more work on a couple of the Codecs that I have re-written the decoder in C++. The Shorten, ALAC and WavPack ones now seem to work for the fairly trivial collection of files that I have thrown at them. It is nice to have some fairly clean implementations of the decoders and it is also nice to work in a somewhat abstract, object oriented view then flip that into the tiny embedded world.