Vorbis: Difference between revisions

From XiphWiki
Jump to navigation Jump to search
(some commata and restructure, the detour into other codecs inside ogg is weird)
(→‎More information: developer infor allready linked from the Ogg page, linked audiocast page)
Line 15: Line 15:
* [[Games that use Vorbis]]: List of games using Ogg Vorbis
* [[Games that use Vorbis]]: List of games using Ogg Vorbis
* [[VorbisStreams]]: Stations streaming with the [[Vorbis]] codec
* [[VorbisStreams]]: Stations streaming with the [[Vorbis]] codec
* [[OggVorbis|Mapping in Ogg]]: useful information for developers
* [[VorbisCasts]]: Audiocasts publishing Ogg [[Vorbis]] feeds


== External links ==
== External links ==

Revision as of 05:38, 11 September 2011

Vorbis is a patent-clear, fully open, general purpose audio encoding format standard that rivals or even surpasses the 'upcoming' generation of proprietary codecs (AAC and TwinVQ, also known as VQF). There is no raw Vorbis stream defined, instead the Vorbis codec is typically used in the Ogg container format for audio files. Because for a long time the Ogg container was quasi exclusive for Vorbis people often refer to it as 'Ogg Vorbis'. Later the FLAC audio codec as well as the video codecs Theora and Dirac began to be used inside Ogg too. In 2010 the WebM format was defined using the Vorbis codec inside the WebM container.

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

Many hard- and software players support Ogg Vorbis; see vorbis.com or the links below for a list of all the players we know about.

More information

External links