Overview
AirTen executes ai-coustics models locally on the CPU. Applications use it through the SDK; they do not need to integrate a separate inference framework such as ONNX Runtime, PyTorch or TensorFlow.Characteristics
- CPU inference: A GPU is not required for SDK audio processing.
- SDK-managed runtime: Install the binding and its supported native library for your platform. See the language bindings.
- Stateful processing: Each independent audio stream needs its own processing state. See streams and state.
Model support
AirTen executes.aicmodel files. Match the model to the core SDK version using the model catalog and compatibility matrix. A language binding version and a core SDK version are different identifiers.