The ai-coustics SDK delivers real-time speech enhancement using our Quail model family running on the AirTen inference runtime.

How the SDK is structured

  • Core library: C ABI delivered as static/dynamic libraries (Linux, macOS, Windows; x86_64, ARM64)
  • Language wrappers: C++, Python, and Rust packages for idiomatic usage
  • Real-time processing: 48/16/8 kHz streaming with frame-based processing and low latency

Quickstart

1

Get an SDK license

Contact us for a demo license key.
License Keys will soon be available through our developer portal.
2

Download SDK binaries

Download the C SDK from the releases page and add headers and libraries to your build.

C SDK README

Setup instructions and example code.
3

Pick your wrapper (optional)

Use our language wrappers for a simpler integration.
You’re ready to process audio in real time with Quail.