> I am PG student, i want to do project on ogg vorbis as my final sem project. I want to know wether it is possible to develope a vorbis decoder on ARM. > We have ARM7TDMI . > > Regards > kshemanth > > > >Kshemanth Vasireddi > >Send instant messages to your online friends http://in.messenger.yahoo.com >-------------- next part -------------- >An HTML attachment was scrubbed... >URL: http://lists.xiph.org/pipermail/vorbis-dev/attachments/20060118/ad599a04/attachment.htm > >I have already finished a Vorbis decoder project for an ARM-based mobile phone and yes, it is definitely possible to develope a Vorbis decoder on ARM. But you should know that the ARM processor has no floating point unit (FPU), so you need to develope a integer only decoder if you don't want to wait hours for decoding.. There is already a basic integer only decoder for Vorbis available. So please check out the SVN trunk for "Tremor" implementation. Rico K.