mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-04 02:09:26 +02:00
Default to S16 output
This commit is contained in:
parent
309e26456e
commit
9dcaeee6d4
3 changed files with 4 additions and 8 deletions
|
@ -156,7 +156,7 @@ fn setup(args: &[String]) -> Setup {
|
|||
.optopt(
|
||||
"",
|
||||
"format",
|
||||
"Output format (F32, S32 or S16). Defaults to F32",
|
||||
"Output format (F32, S32 or S16). Defaults to S16",
|
||||
"FORMAT",
|
||||
)
|
||||
.optopt("", "mixer", "Mixer to use (alsa or softvol)", "MIXER")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue