[vorbis-dev] ogg123 synopsis and man page fixes
Christian Weisgerber
naddy at mips.inka.de
Sat Jun 30 06:14:16 PDT 2001
The output of ogg123 -h and the man page should be updated to
document the devices currently available through libao. (Those
extraneous carriage returns in ogg123.1 suck, btw.)
--- ogg123/ogg123.1.orig Sat Jun 30 14:48:43 2001
+++ ogg123/ogg123.1 Sat Jun 30 15:02:46 2001
@@ -76,7 +76,7 @@ written to
output overhead.
.IP oss
-Open Sound System driver for Linux and {Net,Free,Open}BSD.
+Open Sound System driver for Linux and FreeBSD.
.RS
Options:
.RS
@@ -86,6 +86,17 @@ DSP device for soundcard. Defaults to
.RE
.RE
+.IP sun
+Sun Audio driver for NetBSD, OpenBSD, and Solaris.
+.RS
+Options:
+.RS
+.IP dev
+Audio device for soundcard. Defaults to
+.B /dev/audio.
+.RE
+.RE
+
.IP alsa
Advanced Linux Sound Architecture.
.RS
@@ -100,6 +111,14 @@ Override the default buffer size (in byt
.RE
.RE
+.IP irix
+IRIX audio driver. Note that this driver has
+.B not
+been tested!
+
+.IP arts
+aRts Sound Daemon.
+
.IP esd
Enlightened Sound Daemon.
.RS
@@ -111,15 +130,19 @@ after a colon, as in "whizbang.com:555".
.RE
.RE
-.IP solaris
-Solaris audio driver. Note that this driver has
-.B not
-been tested!
-
-.IP irix
-IRIX audio driver. Note that this driver has
-.B not
-been tested!
+.IP raw
+Raw sample output. Writes raw audio samples to a file.
+.RS
+Options:
+.RS
+.IP file
+Sets the output file. (Default = "output.raw")
+.RE
+.RS
+.IP byteorder
+Choose big endian, little endian, or native byte order. (Default = "native")
+.RE
+.RE
.IP wav
WAV file output. Writes the sound data to disk in uncompressed form.
--- ogg123/ogg123.c.orig Sat Jun 30 15:04:57 2001
+++ ogg123/ogg123.c Sat Jun 30 15:09:10 2001
@@ -85,8 +85,10 @@ void usage(void)
" -V, --version display Ogg123 version\n"
" -d, --device=d uses 'd' as an output device\n"
" Possible devices are (some may not be compiled):\n"
- " null (output nothing), oss (for Linux and *BSD),\n"
- " irix, solaris, wav (write to a .WAV file)\n"
+ " null (output nothing), oss (for Linux and FreeBSD),\n"
+ " alsa (for Linux), sun (for NetBSD, OpenBSD, Solaris),\n"
+ " irix, arts (aRts sound daemon), esd (ESounD daemon),\n"
+ " raw (write to a file), wav (write to a .WAV file)\n"
" -k n, --skip n Skip the first 'n' seconds\n"
" -o, --device-option=k:v passes special option k with value\n"
" v to previously specified device (with -d). See\n"
--
Christian "naddy" Weisgerber naddy at mips.inka.de
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the Vorbis-dev
mailing list