Vorbis Decoders: Difference between revisions
Jump to navigation
Jump to search
(add Tremolo decoder) |
m (moved VorbisDecoders to Vorbis Decoders) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
* '''[http://vorbis.com/ xiph]''' | * '''[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]. | * '''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://ffmpeg.org ffmpeg]''' | ||
* '''[http://www.vinjey.com/ogg.html VINJEY]''' | * '''[http://www.vinjey.com/ogg.html VINJEY]''' | ||
[[Category:Vorbis]] | [[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