On Fri, 28 Jul 2000, Chris Rutter wrote: > Has anyone worked on any optimised ARM routines for MP3 decoding in xmms? > I notice it's not fast enough as it stands on a 200MHz StrongARM; this seems > pretty bad to me.
Fabien told me that splay works at about 10% cpu on a StrongARM, and I have some propritary routines from ARM LTD that use about 5%. The trick is to us only integer math, then ARM runs at a good clip. Jason