Python bindings for the ai-coustics SDK, providing audio enhancement and cleaning capabilities. Current version is 2.3.0, with a release cadence of several major versions per year. Requires Python 3.10+.
pip install aic-sdkNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize client with API key from environment, create an AudioConfig, and call enhance on an audio file.
Pass a string path to `enhance()`, not an open file handle.
Replace `api_secret` with `api_key` in the constructor.
Always use `AiCousticsClient(api_key='...')`.
No resource links recorded.