Vorbis: Difference between revisions

From XiphWiki
Jump to navigation Jump to search
m (Added vorbis-java to VorbisEncoders example list)
m (kept meaning to fix broken link)
Line 1: Line 1:
'''Vorbis''' is a patent-clear, fully open general purpose audio encoding format standard that rivals or surpasses the 'upcoming' generation of proprietary coders ([[Wikipedia:Advanced Audio Coding|AAC]] and [[Wikipedia:TwinVQ|TwinVQ]], also known as VQF).  Vorbis is most often used in the [[Ogg]] container format.  It is then called Ogg Vorbis.
'''Vorbis''' is a patent-clear, fully open general purpose audio encoding format standard that rivals or surpasses the 'upcoming' generation of proprietary coders ([[Wikipedia:Advanced Audio Coding|AAC]] and [[Wikipedia:TwinVQ|TwinVQ]], also known as VQF).  Vorbis is most often used in the [[Ogg]] container format.  It is then called Ogg Vorbis.


libvorbis, a BSD-licensed source implementation of Vorbis as a library is available; See the [http://www.xiph.org/ogg/vorbis/ Ogg Vorbis page] for documentation, downloads and distribution terms.
libvorbis, a BSD-licensed source implementation of Vorbis as a library is available; See the [http://xiph.org/vorbis/ Ogg Vorbis page] for documentation, downloads and distribution terms.


Further, many players support Ogg Vorbis; see [http://www.vorbis.com/ vorbis.com] for a list of all the players we know about.
Further, many players support Ogg Vorbis; see [http://www.vorbis.com/ vorbis.com] for a list of all the players we know about.

Revision as of 13:25, 18 October 2007

Vorbis is a patent-clear, fully open general purpose audio encoding format standard that rivals or surpasses the 'upcoming' generation of proprietary coders (AAC and TwinVQ, also known as VQF). Vorbis is most often used in the Ogg container format. It is then called Ogg Vorbis.

libvorbis, a BSD-licensed source implementation of Vorbis as a library is available; See the Ogg Vorbis page for documentation, downloads and distribution terms.

Further, many players support Ogg Vorbis; see vorbis.com for a list of all the players we know about.

More information

External links