This could be very easy to implement since there
is a Java decoder library
(http://www.jcraft.com/jorbis/) so all I imagine
would be nessisary would be to wire the TINI
directly to the DAC for Ogg playback.
I second that. I dunno what hardware you're using, but
Tremor, the free integer-only Vorbis decoder, is probably
fast enough to work. It's only a bit more CPU-intensive
than MAD.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would be interested in Ogg playback as well. I'm not
actuallly quite sure how much processing power is required
for Vorbis decoding, but if a hardware solution is necessary
someone has done this here: http://oggonachip.sourceforge.net/
I'm not very good with hardware myself, so I don't really
know how easy this would be to add into the current design,
but it would be worth looking at.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=700128
I second that. I dunno what hardware you're using, but
Tremor, the free integer-only Vorbis decoder, is probably
fast enough to work. It's only a bit more CPU-intensive
than MAD.
Logged In: YES
user_id=716848
I would be interested in Ogg playback as well. I'm not
actuallly quite sure how much processing power is required
for Vorbis decoding, but if a hardware solution is necessary
someone has done this here: http://oggonachip.sourceforge.net/
I'm not very good with hardware myself, so I don't really
know how easy this would be to add into the current design,
but it would be worth looking at.