0 | 0 |
.\" Hey, EMACS: -*- nroff -*-
|
1 | |
.\" (C) Copyright 2013 Chris Boot <debian@bootc.net>
|
|
1 |
.\" (C) Copyright 2013-4 Chris Boot <debian@bootc.net>
|
2 | 2 |
.\"
|
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 "November 24, 2013" "Debian Project"
|
|
6 |
.TH SQUEEZELITE 1 "2014-04-07" "Debian Project"
|
7 | 7 |
.\" Please adjust this date whenever revising the manpage.
|
8 | 8 |
.\"
|
9 | 9 |
.\" Some roff macros, for reference:
|
|
121 | 121 |
.IR 45 ).
|
122 | 122 |
Not applicable when using PortAudio.
|
123 | 123 |
.TP
|
124 | |
.B \-r <rates>
|
|
124 |
.B \-r <rates>[:<delay>]
|
125 | 125 |
Specify sample rates supported by the output device; this is required if the
|
126 | 126 |
output device is switched off when squeezelite is started. The format is either
|
127 | 127 |
a single maximum sample rate, a range of sample rates in the format
|
128 | 128 |
.IR <min> - <max> ,
|
129 | |
or a comma-separated list of available rates.
|
|
129 |
or a comma-separated list of available rates. Delay is an optional time to wait
|
|
130 |
when switching sample rates between tracks, in milliseconds.
|
130 | 131 |
.TP
|
131 | 132 |
.B \-u|-R [params]
|
132 | 133 |
Enable upsampling of played audio. The argument is optional; see
|
|
135 | 136 |
.BR -u " and " -R
|
136 | 137 |
are synonymous.
|
137 | 138 |
.TP
|
138 | |
.B \-D
|
|
139 |
.B \-D [delay]
|
139 | 140 |
Output device supports DSD over PCM (DoP). DSD streams will be converted to DoP
|
140 | 141 |
before output. If this option is not supplied, DSD streams will be converted to
|
141 | |
PCM and resampled, so they can be played on a PCM DAC.
|
|
142 |
PCM and resampled, so they can be played on a PCM DAC. Delay is an optional time
|
|
143 |
to wait when switching between PCM and DoP between tracks, in milliseconds.
|
142 | 144 |
.TP
|
143 | 145 |
.B \-v
|
144 | 146 |
Enable visualiser support. This creates a shared memory segment that contains
|