Cargo Features
[dependencies]
coreaudio-rs = { version = "0.12.1", default-features = false, features = ["audio_toolbox", "audio_unit", "core_audio", "open_al", "core_midi"] }
- default = audio_toolbox, audio_unit, core_audio, core_midi, open_al
-
These default features are set whenever
coreaudio-rs
is added without
somewhere in the dependency tree.default-features = false - audio_toolbox default
-
Enables audio_toolbox of coreaudio-sys
- audio_unit default
-
Enables audio_unit of coreaudio-sys
Affects
coreaudio-rs::audio_unit
… - core_audio default
-
Enables core_audio of coreaudio-sys
- open_al default
-
Enables open_al of coreaudio-sys
- core_midi default
-
Enables core_midi of coreaudio-sys