aic-sdk 0.24.0

ai-coustics SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Long-form documentation.

pub mod examples;

pub mod guide {
    //! Using the SDK, from loading a model to processing audio.
    //!
    #![doc = include_str!("docs/guide.md")]
}

pub mod linking {
    //! How the native `libaic` is linked and found.
    //!
    #![doc = include_str!("docs/linking.md")]
}