{"id":44332,"library":"audoai-noise-removal","title":"Audo AI Noise Removal","description":"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.","status":"active","version":"1.4.0","language":"python","source_language":"en","source_url":"https://github.com/audo-ai/audoai-python","tags":["noise-removal","audio","api-client"],"install":[{"cmd":"pip install audoai-noise-removal","lang":"bash","label":"Install via pip"}],"dependencies":[{"reason":"HTTP client for API calls","package":"requests","optional":false}],"imports":[{"wrong":"from audoai import AudoAIDenoise","symbol":"AudoAIDenoise","correct":"import audoai"}],"quickstart":{"code":"import os\nfrom audoai import AudoAIDenoise\n\napi_key = os.environ.get('AUDO_API_KEY', '')\nclient = AudoAIDenoise(api_key=api_key)\n\n# Remove noise from an audio file\nresult = client.remove_noise(\n    input_file_path='noisy_audio.wav',\n    output_file_path='clean_audio.wav'\n)\nprint('Noise removal completed')","lang":"python","description":"Initialize the client with your API key (set as env var AUDO_API_KEY) and call remove_noise to process an audio file."},"warnings":[{"fix":"Use 'from audoai import AudoAIDenoise'.","message":"The package name on PyPI is audoai-noise-removal, but the Python import module is 'audoai'. Attempting 'import audoai_noise_removal' will fail with ModuleNotFoundError.","severity":"gotcha","affected_versions":"all"},{"fix":"Update imports and method calls to match version 1.4.0 patterns.","message":"Older versions (pre-1.0.0) used a different class name 'AudoAIDenoise' was not present; the API was named 'removeNoise' instead of 'remove_noise'. Check your code if upgrading from very old versions.","severity":"deprecated","affected_versions":"<1.0.0"},{"fix":"Set the environment variable or pass api_key directly.","message":"The API key must be provided either as a parameter or via the AUDO_API_KEY environment variable. If neither is set, the client will raise an authentication error.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'1.4.0':16 'ai':2,9 'allow':17 'api':13,39 'api-cli':38 'audio':20,37 'audo':1,8 'cadenc':28 'client':6,40 'current':14 'file':21 'infrequ':33 'low':30 'nois':3,11,23,35 'noise-remov':34 'python':5 'reduct':24 'releas':27 'remov':4,12,26,36 'updat':31 'upload':18 'version':15","created_at":"2026-06-07T12:49:36.812678+00:00","updated_at":"2026-06-07T12:49:36.812678+00:00","problems":null,"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/audo-ai/audoai-python","github":"https://github.com/audo-ai/audoai-python","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["devops"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"passing","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-08-02","install_tag":null}}