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

omnic 9274042c7f email address that slipped, and removal of manpages from -dev package 25 years ago
debian 45e1cc5e51 email address that slipped, and removal of manpages from -dev package 25 years ago
doc 1f9c20fbff 25 years ago
examples 32bb4ef25c 25 years ago
include 7e41e10b7e 25 years ago
lib 68be5b6549 25 years ago
mac 8b8e92ebb3 25 years ago
vq 61084771be 25 years ago
COPYING 6f0214037c 25 years ago
COPYING.LIB 6f0214037c 25 years ago
Makefile.in a4131e8d9f Makefile.in - distclean fix 25 years ago
README 6f0214037c 25 years ago
configure 2b4582f9a8 Somehow this didn't get commited last time... configure and configure.in 25 years ago
configure.guess 3599a77c9c 26 years ago
configure.in 61084771be 25 years ago
configure.sub 3599a77c9c 26 years ago
install.sh 20c9770cc6 Initial revision 26 years ago
todo.txt a8ef3e3319 25 years ago
vorbis.spec 6375a47d7d 25 years ago

README

********************************************************************
* *
* THIS FILE IS PART OF THE Ogg Vorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS SOURCE IS GOVERNED BY *
* THE GNU PUBLIC LICENSE 2, WHICH IS INCLUDED WITH THIS SOURCE. *
* PLEASE READ THESE TERMS DISTRIBUTING. *
* *
* THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-2000 *
* by Monty and The XIPHOPHORUS Company *
* http://www.xiph.org/ *
* *
********************************************************************

WHAT'S HERE:

This source distribution includes libvorbis, a full-featured example
encoder/player to demonstrate use of libvorbis and documentation on
the Ogg Vorbis audio coding format.

Directory:

./lib The source for libvorbis, an LGPLed inplementation of
the public domain OggSquish Vorbis audio encoding
format.

./cmdline A full-featured command line encoder/decoder/player
utility ('vorbis') that demonstrates programmatic use
of libvorbis.

./docs Vorbis specification documents

WHAT IS VORBIS:

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 royalty or
patent concerns.

This package contains libvorbis, an LGPLed software implementation of
the Vorbis specification by the Xiphophorus company
(http://www.xiph.org/), vorbisfile, an LGPLed convenience library
built on Vorbis designed to simplify common uses and a number of GPL
example programs, utilities and player plugins.

CONTACT:

The OggSquish 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.

BUILD:

A standard build should consist of nothing more than:

./configure
make

and as root if desired :

make install

This will install the ogg vorbis commandline encoder/player ('ogg')
into /usr/local/bin, the ogg player and libvorbis manpages into
/usr/local/man/ and libvorbis.a into /usr/local/lib.

Monty ,

$Id: README,v 1.4 2000/05/12 21:42:04 xiphmont Exp $