mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-04 10:19:27 +02:00
Add support for S24 and S24_3 output formats
This commit is contained in:
parent
9dcaeee6d4
commit
770ea15498
14 changed files with 155 additions and 80 deletions
|
@ -18,7 +18,7 @@ impl Open for StdoutSink {
|
|||
_ => Box::new(io::stdout()),
|
||||
};
|
||||
|
||||
StdoutSink {
|
||||
Self {
|
||||
output: output,
|
||||
format: format,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue