VS2008 project files.
[xiph/unicode.git] / vorbis-java / README
blob1cd21a880b6183bbf8bf9c01628686c189f62c43
1 ********************************************************************
2 *                                                                  *
3 * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE.   *
4 * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS     *
5 * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
6 * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
7 *                                                                  *
8 * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007             *
9 * by the Xiph.org Foundation, http://www.xiph.org/                 *
10 *                                                                  *
11 ********************************************************************
13 Vorbis is a general purpose audio and music encoding format
14 contemporary to MPEG-4's AAC and TwinVQ, the next generation beyond
15 MPEG audio layer 3. Unlike the MPEG sponsored formats (and other
16 proprietary formats such as RealAudio G2 and Windows' flavor of the
17 month), the Vorbis CODEC specification belongs to the public domain.
18 All the technical details are published and documented, and any
19 software entity may make full use of the format without license 
20 fee, royalty or patent concerns.
22 This package contains a native java port of:
24 * libvorbis, a BSD-style license Java software implementation of
25   the Vorbis specification by the Xiph.Org Foundation 
26   (http://www.xiph.org/) 
28 * libogg, a BSD-style license Java software implementation which 
29   uses the Ogg bitstream format to arrange the raw,
30   compressed bitstream into a more robust, useful form
31   (http://www.xiph.org/ogg/)
33 * libshout, a GNU-style license Java software implementation library 
34   for communicating with and sending data to an icecast server
35   (http://www.icecast.org/download.php)
37 WHAT'S HERE:
39 This source distribution includes libvorbis and an example
40 encoder to demonstrate use of libvorbis as well as
41 documentation on the Ogg Vorbis audio coding format.
43 A more comprehensive set of Java utilities WILL BE available in the vorbis-tools
44 package.
47 CONTACT:
49 The Ogg homepage is located at 'http://www.xiph.org/ogg/'.
50 Vorbis's homepage is located at 'http://www.xiph.org/vorbis/'.
51 Up to date technical documents, contact information, source code and
52 pre-built utilities may be found there.
54 The user website for Ogg Vorbis software and audio is http://vorbis.com/
56 BUILDING FROM TRUNK:
58 Development source is under subversion revision control at 
59 http://svn.xiph.org/trunk/vorbis-java/