Hi there, Have MADPLAY been ported to any TI DSP c54xx series? Thanks robert
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.
i was wondering if anyone had succesfully used mad and shoutcast together? i´m looking at adding shoutcast/icecast support and i really dont like re-inventing the wheel. i´m also thinking of replacing my home-grown http client code with libcurl and using that to access the http stream.
thanks, reza
On Sat, 2002-06-22 at 11:50, Reza Naima wrote:
i was wondering if anyone had succesfully used mad and shoutcast together? i´m looking at adding shoutcast/icecast support and i really dont like re-inventing the wheel. i´m also thinking of replacing my home-grown http client code with libcurl and using that to access the http stream.
mpg321 can use shoutcast streams. All of the shoutcast-specific code is in network.c; I haven't done much modification of that code since the plaympeg days, but it should be fairly straightforward.