Cargo Features
termusic-playback has no features set by default.
[dependencies]
termusic-playback = { version = "0.13.2", features = ["gst", "mpv", "rusty-soundtouch", "rusty-simd", "rusty-libopus", "all-backends"] }
- default
-
NOTE: do NOT enable any backends here, enable them in crate "server"!
otherwise you will not be able to start that backend - gst all-backends?
-
Enables glib ^0.21.1 and gstreamer ^0.24.1
- mpv all-backends?
-
Enables libmpv-sirno
- rusty-soundtouch
-
Enables soundtouch
Affects
source::soundtouch… - rusty-simd
-
Enables opt-simd of symphonia ^0.5.5
symphonia:
Enable all SIMD support.
- rusty-libopus
-
Enables symphonia-adapter-libopus ^0.2.6
- all-backends = gst, mpv