3 | 3 |
.\" First parameter, NAME, should be all caps
|
4 | 4 |
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
5 | 5 |
.\" other parameters are allowed: see man(7), man(1)
|
6 | |
.TH SQUEEZELITE 1 "2014-04-07" "Debian Project"
|
|
6 |
.TH SQUEEZELITE 1 "2014-06-16" "Debian Project"
|
7 | 7 |
.\" Please adjust this date whenever revising the manpage.
|
8 | 8 |
.\"
|
9 | 9 |
.\" Some roff macros, for reference:
|
|
82 | 82 |
Specify internal stream and output buffer sizes in kilobytes.
|
83 | 83 |
.TP
|
84 | 84 |
.B \-c <codec1>,...
|
85 | |
Restrict codecs to those specified, otherwise load all available codecs; known codecs:
|
86 | |
.IR flac ", " pcm ", " mp3 ", " ogg ", " aac ", " wma ", " alac .
|
87 | |
.IR mad " or " mpg
|
88 | |
can be supplied instead of
|
89 | |
.I mp3
|
90 | |
to use a specific decoder library.
|
|
85 |
Restrict codecs to those specified, otherwise load all available codecs. Use
|
|
86 |
.B squeezelite -h
|
|
87 |
to obtain the list of codecs built into \fBsqueezelite\fR.
|
91 | 88 |
.TP
|
92 | 89 |
.B \-d <category>=<level>
|
93 | 90 |
Set logging level. Categories are:
|
|
96 | 93 |
.IR info ", " debug " or " sdebug .
|
97 | 94 |
The option can be repeated to set different log levels for different categories.
|
98 | 95 |
.TP
|
|
96 |
.B \-e <codec1>,...
|
|
97 |
Explicitly exclude native support of one or more codecs. See also
|
|
98 |
.BR \-c ,
|
|
99 |
above.
|
|
100 |
.TP
|
99 | 101 |
.B \-f <logfile>
|
100 | 102 |
Send logging output to a log file instead of standard output or standard error.
|
101 | 103 |
.TP
|
|
123 | 125 |
.TP
|
124 | 126 |
.B \-r <rates>[:<delay>]
|
125 | 127 |
Specify sample rates supported by the output device; this is required if the
|
126 | |
output device is switched off when squeezelite is started. The format is either
|
127 | |
a single maximum sample rate, a range of sample rates in the format
|
|
128 |
output device is switched off when \fBsqueezelite\fR is started. The format is
|
|
129 |
either a single maximum sample rate, a range of sample rates in the format
|
128 | 130 |
.IR <min> - <max> ,
|
129 | 131 |
or a comma-separated list of available rates. Delay is an optional time to wait
|
130 | 132 |
when switching sample rates between tracks, in milliseconds.
|