Cargo Features

[dependencies]
kira-loaders = { version = "0.1.0-beta.3", default-features = false, features = ["mp3", "ogg", "flac", "wav"] }
default = flac, mp3, ogg, wav

These default features are set whenever kira-loaders is added without default-features = false somewhere in the dependency tree.

mp3 default

Enables mp3 of symphonia ^0.4.0

ogg default

Enables ogg and vorbis of symphonia ^0.4.0

flac default

Enables flac of symphonia ^0.4.0

wav default

Enables pcm and wav of symphonia ^0.4.0

kira-loaders has 5 features without comments.