Lines Matching full:vorbis
13 Vorbis is a general purpose audio and music encoding format
17 month), the Vorbis CODEC specification belongs to the public domain.
25 the Vorbis specification by the Xiph.Org Foundation
29 built on Vorbis designed to simplify common uses
41 documentation on the Ogg Vorbis audio coding format.
44 A more comprehensive set of utilities is available in the vorbis-tools
50 of the public domain Ogg Vorbis audio encoding format.
56 ./doc Vorbis documentation
73 Vorbis's homepage is located at 'http://www.xiph.org/vorbis/'.
77 The user website for Ogg Vorbis software and audio is http://vorbis.com/
82 https://svn.xiph.org/trunk/vorbis/. You will also need the
84 order to compile Vorbis from development source. A configure script
95 This will install the Vorbis libraries (static and shared) into
118 Vorbis on MacOS 9 is built using Metroworks CodeWarrior. To build it,
120 instructions in the Ogg module README. Open vorbis/mac/libvorbis.mcp,
123 that order). In vorbis/mac/Output you will now have both debug and final
124 versions of Vorbis shared libraries to link your projects against.
126 To build a project using Ogg Vorbis, add access paths to your
128 vorbis/include, and vorbis/mac/Output folders. Be sure that
132 VorbisLib at least) and #include "ogg/ogg.h" and "vorbis/codec.h"
133 wherever you need to access Ogg and Vorbis functionality.