aic-sdk - Rust Bindings for ai-coustics SDK
Rust wrapper for the ai-coustics SDK.
[!NOTE] This SDK requires a license key. Generate your key at developers.ai-coustics.com.
Installation
download-lib fetches the matching native library during the build.
Quick Start
use ;
// Embed model at compile time (or use Model::from_file to load at runtime)
static MODEL: & = include_model!;
Documentation
The full documentation is the API reference at docs.rs/aic-sdk, which also carries the long-form material:
docs::guidecovers loading models, configuring a processor, voice activity detection, the analyzer and async processing.docs::examplesshows example programs that use the SDK.docs::linkingcovers static, dynamic and runtime linking of the native library.
Available models are listed at artifacts.ai-coustics.io, and the product documentation lives at docs.ai-coustics.com.
License
This Rust wrapper is distributed under the Apache 2.0 license. The core C SDK is distributed under the proprietary AIC-SDK license.
NOTICE.txt lists the third-party software distributed with the SDK.