Vorbis Decoders
From XiphWiki
(Difference between revisions)
m (rv spam) |
m (moved VorbisDecoders to Vorbis Decoders) |
||
| (6 intermediate revisions 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]. |
| - | * [http://ffmpeg.org ffmpeg] | + | * '''[[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 21: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