%general-entities; ]> $LastChangedBy$ $Date$ Vorbis Tools-&vorbistools-version; Vorbis Tools Introduction to Vorbis Tools The Vorbis Tools package contains command-line tools for Ogg audio files. This is useful for encoding, playing or editing files using the Ogg CODEC. Package Information Download (HTTP): Download (FTP): Download MD5 sum: &vorbistools-md5sum; Download size: &vorbistools-size; Estimated disk space required: &vorbistools-buildsize; Estimated build time: &vorbistools-time; Additional Downloads Required Patch: Required Patch: Vorbis Tools Dependencies Required Recommended (to Build ogg123) and (Required) Optional and User Notes: Installation of Vorbis Tools Install Vorbis Tools by running the following commands: sed -i '/MUTE/d' ogg123/http_transport.c && patch -Np1 -i ../vorbis-tools-&vorbistools-version;-utf8-1.patch && patch -Np1 -i ../vorbis-tools-&vorbistools-version;-flac-1.patch && autoconf && ./configure --prefix=/usr \ --enable-vcut \ --mandir=/usr/share/man && make This package does not come with a test suite. Now, as the root user: make install Command Explanations sed -i '/MUTE/d' ogg123/http_transport.c : This command fixes a build problem with new versions of cURL. patch -Np1 -i ../vorbis-tools-&vorbistools-version;-utf8-1.patch: This patch fixes a bug in vorbiscomment in UTF-8 locales. patch -Np1 -i ../vorbis-tools-&vorbistools-version;-flac-1.patch: This patch allows Vorbis-Tools to link against new versions of FLAC. autoconf: This command is used to regenerate the configure script as the FLAC patch modified the configure.ac file. --enable-vcut: This parameter is used so that the vcut program is built as it is not by default. --mandir=/usr/share/man: This parameter ensures that the man pages are installed under /usr/share/man. --without-curl: This parameter disables http streaming in ogg123. Configuring Vorbis Tools Config Files /etc/libao.conf, ~/.libao, and ~/.ogg123rc ~/.libao ~/.ogg123rc /etc/libao.conf Configuration Information Issue man libao.conf for information about setting the default output device. Also see /usr/share/doc/vorbis-tools-1.1.1/ogg123rc-example. Contents Installed Programs Installed Libraries Installed Directory ogg123, oggdec, oggenc, ogginfo, vcut, and vorbiscomment None /usr/share/doc/vorbis-tools-&vorbistools-version; Short Descriptions ogg123 is a command-line audio player for Ogg Vorbis streams. ogg123 oggdec is a simple decoder which converts Ogg Vorbis files into PCM audio files (WAV or raw). oggdec oggenc is an encoder that turns raw, WAV or AIFF files into an Ogg Vorbis stream. oggenc ogginfo prints information stored in an audio file. ogginfo vcut will split a file into two files at a designated cut point. vcut vorbiscomment is an editor that changes information in the audio file metadata tags. vorbiscomment