Cargo Features

termusic-playback has no features set by default.

[dependencies]
termusic-playback = { version = "0.9.1", features = ["gst", "mpv", "rusty", "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 all-backends?

Enables cpal, stream-download ^0.6.0, and symphonia

rusty-soundtouch

Enables soundtouch

Affects source::scaletempo, source::Source.tempo_stretch

all-backends = gst, mpv, rusty