Cargo Features

termusic-playback has no features set by default.

[dependencies]
termusic-playback = { version = "0.10.0", features = ["gst", "mpv", "rusty-soundtouch", "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 and gstreamer

mpv all-backends?

Enables libmpv-sirno

rusty-soundtouch

Enables soundtouch

Affects source::scaletempo, source::SourceExt.tempo_stretch

all-backends = gst, mpv