Cargo Features

general_audio_native has no features set by default.

[dependencies]
general_audio_native = { version = "0.3.5", features = ["force_dedicated_audio_thread", "flac", "vorbis", "wav", "mp3"] }
force_dedicated_audio_thread
flac

Enables flac of rodio

vorbis

Enables vorbis of rodio

wav

Enables wav of rodio

mp3

Enables mp3 of rodio

general_audio_native has 5 features without comments.