Cargo Features

[dependencies]
openlibspot = { version = "0.6.0", default-features = false, features = ["alsa-backend", "portaudio-backend", "pulseaudio-backend", "jackaudio-backend", "rodio-backend", "rodiojack-backend", "sdl-backend", "gstreamer-backend", "with-dns-sd", "passthrough-decoder"] }
default = rodio-backend

The rodio-backend feature is set by default whenever openlibspot is added without default-features = false somewhere in the dependency tree.

alsa-backend

Enables alsa-backend of openlibspot-playback

portaudio-backend

Enables portaudio-backend of openlibspot-playback

pulseaudio-backend

Enables pulseaudio-backend of openlibspot-playback

jackaudio-backend

Enables jackaudio-backend of openlibspot-playback

rodio-backend default

Enables rodio-backend of openlibspot-playback

rodiojack-backend

Enables rodiojack-backend of openlibspot-playback

sdl-backend

Enables sdl-backend of openlibspot-playback

gstreamer-backend

Enables gstreamer-backend of openlibspot-playback

with-dns-sd

Enables with-dns-sd of openlibspot-core and openlibspot-discovery

passthrough-decoder

Enables passthrough-decoder of openlibspot-playback

openlibspot has 11 features without comments.