File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525- [ playback] ` alsamixer ` : query card dB range for the ` log ` volume control unless specified otherwise
2626- [ playback] ` alsamixer ` : use ` --device ` name for ` --mixer-card ` unless specified otherwise
2727- [ playback] ` player ` : consider errors in ` sink.start ` , ` sink.stop ` and ` sink.write ` fatal and ` exit(1) ` (breaking)
28+ - [ playback] ` player ` : make ` convert ` and ` decoder ` public so you can implement your own ` Sink `
2829
2930### Deprecated
3031- [ connect] The ` discovery ` module was deprecated in favor of the ` librespot-discovery ` crate
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ use librespot_metadata as metadata;
77
88pub mod audio_backend;
99pub mod config;
10- mod convert;
11- mod decoder;
10+ pub mod convert;
11+ pub mod decoder;
1212pub mod dither;
1313pub mod mixer;
1414pub mod player;
You can’t perform that action at this time.
0 commit comments