Python client for Audo AI's noise removal APIs. Currently version 1.4.0. Allows upload of audio files for noise reduction and removal. Release cadence is low; updates are infrequent.
pip install audoai-noise-removalNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the client with your API key (set as env var AUDO_API_KEY) and call remove_noise to process an audio file.
Use 'from audoai import AudoAIDenoise'.
Update imports and method calls to match version 1.4.0 patterns.
Set the environment variable or pass api_key directly.