Vorbis Decoders: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (moved VorbisDecoders to Vorbis Decoders) |
||
(9 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
* [http://ffmpeg.org ffmpeg] | * '''[http://vorbis.com/ libvorbis]''': reference encoder/decoder library: [http://svn.xiph.org/trunk/vorbis/ libvorbis svn], [http://svn.xiph.org/releases/vorbis/ libvorbis official releases]. | ||
* '''[[Tremor]]''': a fixed-point version of the Ogg Vorbis decoder for those platforms that can't do floating point math. | |||
* '''Tremolo''': an ARM optimised version of the Tremor lib from xiph.org.: [http://wss.co.uk/pinknoise/tremolo/ Tremolo web site]. | |||
* '''[http://ffmpeg.org ffmpeg]''' | |||
* '''[http://www.vinjey.com/ogg.html VINJEY]''' | |||
[[Category:Vorbis]] |
Latest revision as of 13:05, 6 September 2010
- libvorbis: reference encoder/decoder library: libvorbis svn, libvorbis official releases.
- Tremor: a fixed-point version of the Ogg Vorbis decoder for those platforms that can't do floating point math.
- Tremolo: an ARM optimised version of the Tremor lib from xiph.org.: Tremolo web site.
- ffmpeg
- VINJEY