aic-sdk-sys
Unsafe Rust bindings for the ai-coustics SDK.
This is the -sys layer. Most users want aic-sdk
instead, which wraps it in a safe API.
Linking
The native libaic is linked statically by default, and two opt-in features link or load a
shared library instead. Go to docs::linking at docs.rs/aic-sdk
to learn more about the supported linking modes.
The one item this crate exposes for that, load_library, is documented at
docs.rs/aic-sdk-sys.