~ubuntu-branches/debian/sid/vorbis-tools/sid

« back to all changes in this revision

Viewing changes to ogg123/ogg123.1

  • Committer: Bazaar Package Importer
  • Author(s): Jesus Climent
  • Date: 2005-04-10 09:22:24 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050410092224-xtukpa3qghghhjje
Tags: 1.0.1-1.3
* Authorized NMU.
* Modified alsa to mention alsa09 (although the device might be nowadays
  alsa, back, since alsa1.0 has been already released). (Closes: #258286)
* Modified the manpage/help message for vorbiscomment to make it a bit more
  userfiendly: Closes: #252531.
* Added oggdec to the long description field, so that it triggers apt-cache
  searches: Closes: #274894.
* Typos in manpages: Closes: #302150.
* Escaped dashes in manpage: Closes: #264365.
* Quiet option is actually with -Q, not -q (Closes: #211289) Reported
  upstream but patched for Debian.
* Change input.wav with inputfile, since we accept flac-formated files:
  Closes: #262509.
* Translation bits:
  * Updated translation hu.po: Closes: #272037.
  * French translation correction: Encodage -> Codage (Closes: #248431).
  * debian/rules: remove .gmo's to avoid clash with uploaded tarball.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" Process this file with
2
2
.\" groff -man -Tascii ogg123.1
3
3
.\"
4
 
.TH ogg123 1 "July 22, 2001" "" "Vorbis Tools"
 
4
.TH ogg123 1 "2003 September 1" "Xiph.org Foundation" "Vorbis Tools"
5
5
 
6
6
.SH NAME
7
7
ogg123 \- plays Ogg Vorbis files
36
36
.I file
37
37
.B ...
38
38
|
 
39
.I directory
 
40
.B ...
 
41
|
39
42
.I URL
40
43
.B ...
41
44
 
46
49
.B ogg123
47
50
writes to the standard sound device, but output can be sent to any
48
51
number of devices.  Files can be read from the file system, or URLs
49
 
can be streamed via HTTP.
 
52
can be streamed via HTTP.  If a directory is given, all of the files in
 
53
it or its subdirectories will be played.
50
54
 
51
55
.SH OPTIONS
 
56
.IP "--audio-buffer n"
 
57
Use an output audio buffer of approximately 'n' kilobytes.
 
58
.IP "-@ playlist, --list playlist"
 
59
Play all of the files named in the file 'playlist'.  The playlist should have
 
60
one filename, directory name, or URL per line.  Blank lines are permitted.
 
61
Directories will be treated in the same way as on the command line.
52
62
.IP "-b n, --buffer n"
53
63
Use an input buffer of approximately 'n' kilobytes.
54
64
.IP "-p n, --prebuffer n"
66
76
.IP "-h, --help"
67
77
Show command help.
68
78
.IP "-k n, --skip n"
69
 
Skip the first 'n' seconds
 
79
Skip the first 'n' seconds.  'n' may also be in minutes:seconds or 
 
80
hours:minutes:seconds form.
 
81
.IP "-K n, --end n"
 
82
Stops playing 'n' seconds from the start of the stream.  'n' may also have the
 
83
same format as used in the
 
84
.I --skip
 
85
option.
70
86
.IP "-o option:value, --device-option option:value"
71
87
Assigns the option
72
88
.I option
128
144
.RE
129
145
.RE
130
146
 
131
 
.IP alsa
 
147
.IP alsa09
132
148
Advanced Linux Sound Architecture.
133
149
.RS
134
150
Options:
143
159
.RE
144
160
 
145
161
.IP irix
146
 
IRIX audio driver.  Note that this driver has
147
 
.B not 
148
 
been tested!
 
162
IRIX audio driver.
149
163
 
150
164
.IP arts
151
165
aRts Sound Daemon.
198
212
.RE
199
213
.PP
200
214
 
201
 
Play using the OSS driver:
 
215
Play all of the files in the directory ~/music and its subdirectories.
 
216
.RS
 
217
.B ogg123 ~/music
 
218
.RE
 
219
.PP
 
220
 
 
221
Play a file using the OSS driver:
202
222
.RS
203
223
.B ogg123 -d oss test.ogg
204
224
.RE