Free audio codec. https://xiph.org/vorbis/

Ralph Giles 891838eaf3 set release date in the release notes 20 years ago
debian ce13174d4a This patch fixes a few autotools issues with vorbis svn 21 years ago
doc b117f84afe Issue an explicit warning if the docs can't be built at 'make dist' 20 years ago
examples 97754d1b34 Don't build static code examples by default. Static linking is broken 20 years ago
include ee59e4f714 remove needless whitespace, synchronize decls with defs 21 years ago
lib 70499448d3 include "os.h" in smallft.c, in turn including config.h (as per smiliar *.c 21 years ago
macos 210bcaf496 Update the MacOS Codewarrior project and exports files. Also move to 21 years ago
macosx f9f987c072 Update MacOS X project file, both for vorbis 1.0 changes and the August 2002 developer tools. 22 years ago
symbian f0f4482acf add #ifdef __WINS__ to symbian/config.h around pragmas (ignored by gcc) 21 years ago
vq 35098fd331 fix automake warning 21 years ago
win32 ce13174d4a This patch fixes a few autotools issues with vorbis svn 21 years ago
.cvsignore 1480ea8a3a updated cvsignore 24 years ago
AUTHORS f0ba9e2e2e More menial janitorial work on the documentation. 23 years ago
CHANGES b11402bb7a set release date in the release notes 20 years ago
COPYING bb0415ff45 Documentation updates. 20 years ago
Makefile.am b2309c53c1 Properly filter out .svn directories from EXTRA_DIST included 20 years ago
README bb0415ff45 Documentation updates. 20 years ago
acinclude.m4 7e9443bcef Quote our macro name in AC_DEFUN() to avoid a warning in automake 1.8. Patch from Alexander 21 years ago
autogen.sh 8b13b92376 using autoheader to generate config.h so we get rid of the long compile 21 years ago
configure.in b117f84afe Issue an explicit warning if the docs can't be built at 'make dist' 20 years ago
libvorbis.spec.in e117588fbb This patch autogenerates spec file from configure and fixes some spec issues 21 years ago
todo.txt b2d5f69745 Oops. Also remove the obsolete HACKING file from the distribution list. 20 years ago
vorbis-uninstalled.pc.in e6a67188da add missing files 21 years ago
vorbis.m4 7e9443bcef Quote our macro name in AC_DEFUN() to avoid a warning in automake 1.8. Patch from Alexander 21 years ago
vorbis.pc.in 925b2296f7 add pkg-config support for vorbis 21 years ago
vorbisenc-uninstalled.pc.in e6a67188da add missing files 21 years ago
vorbisenc.pc.in 925b2296f7 add pkg-config support for vorbis 21 years ago
vorbisfile-uninstalled.pc.in e6a67188da add missing files 21 years ago
vorbisfile.pc.in 925b2296f7 add pkg-config support for vorbis 21 years ago

README

********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2004 *
* by the Xiph.org Foundation, http://www.xiph.org/ *
* *
********************************************************************

Vorbis is a general purpose audio and music encoding format
contemporary to MPEG-4's AAC and TwinVQ, the next generation beyond
MPEG audio layer 3. Unlike the MPEG sponsored formats (and other
proprietary formats such as RealAudio G2 and Windows' flavor of the
month), the Vorbis CODEC specification belongs to the public domain.
All the technical details are published and documented, and any
software entity may make full use of the format without license
fee, royalty or patent concerns.

This package contains:

* libvorbis, a BSD-style license software implementation of
the Vorbis specification by the Xiph.Org Foundation
(http://www.xiph.org/)

* libvorbisfile, a BSD-style license convenience library
built on Vorbis designed to simplify common uses

* libvorbisenc, a BSD-style license library that provides a simple,
programmatic encoding setup interface

* example code making use of libogg, libvorbis, libvorbisfile and
libvorbisenc

WHAT'S HERE:

This source distribution includes libvorbis and an example
encoder/player to demonstrate use of libvorbis as well as
documentation on the Ogg Vorbis audio coding format.

You'll need libogg (distributed separately) to compile this library.
A more comprehensive set of utilities is available in the vorbis-tools
package.

Directory:

./lib The source for the libraries, a BSD-license implementation
of the public domain Ogg Vorbis audio encoding format.

./include Library API headers

./debian Rules/spec files for building Debian .deb packages

./doc Vorbis documentation

./examples Example code illustrating programmatic use of libvorbis,
libvorbisfile and libvorbisenc

./mac Codewarrior project files and build tweaks for MacOS.

./macosx Project files for MacOS X.

./win32 Win32 projects files and build automation

./vq Internal utilities for training/building new LSP/residue
and auxiliary codebooks.

CONTACT:

The Ogg homepage is located at 'http://www.xiph.org/ogg/'.
Vorbis's homepage is located at 'http://www.xiph.org/ogg/vorbis/'.
Up to date technical documents, contact information, source code and
pre-built utilities may be found there.

BUILDING FROM TRUNK:

Development source is under subversion revision control at
http://svn.xiph.org/trunk/vorbis/. You will also need the
newest versions of autoconf, automake, and libtool in order
to compile vorbis from development source. A configure script
is provided for you in the source tarball distributions.

[update or checkout latest source]
./autogen.sh
make

and as root if desired:

make install

This will install the vorbis libraries (static and shared) into
/usr/local/lib, includes into /usr/local/include and API manpages
(once we write some) into /usr/local/man.

BUILDING FROM TARBALL DISTRIBUTIONS:

./configure
make

and optionally (as root):
make install

BUILDING RPMS:

after normal configuring:

make dist
rpm -ta libvorbis-.tar.gz

BUILDING ON MACOS 9:

Vorbis on MacOS 9 is built using Metroworks CodeWarrior. To build it,
first verify that the Ogg libraries are already built following the
instructions in the Ogg module README. Open vorbis/mac/libvorbis.mcp,
switch to the "Targets" pane, select everything, and make the project.
Do the same thing to build libvorbisenc.mcp, and libvorbisfile.mcp (in
that order). In vorbis/mac/Output you will now have both debug and final
versions of Vorbis shared libraries to link your projects against.

To build a project using Ogg Vorbis, add access paths to your
CodeWarrior project for the ogg/include, ogg/mac/Output,
vorbis/include, and vorbis/mac/Output folders. Be sure that
"interpret DOS and Unix paths" is turned on in your project; it can
be found in the "access paths" pane in your project settings. Now
simply add the shared libraries you need to your project (OggLib and
VorbisLib at least) and #include "ogg/ogg.h" and "vorbis/codec.h"
wherever you need to access Ogg and Vorbis functionality.