On Wed, 2002-06-19 at 22:48, robert hung wrote:
Have MADPLAY been ported to any TI DSP c54xx series?
I looked at porting MAD to the 64x series a little while back but never got it off the ground. There are some things you might want to take into account: 1) size of integers. I know that on the C6x sizeof(long) = 5. 2) speed. I am honestly not sure if a 54x can keep up with MAD. 3) optimization. Stick with the C routines to begin with. 54x is easier to code assembly for than the 6x series but the TI compilers will probably do a fine job.
I don't work for TI any more but might be able to point you in the right direction for certain things.