Skip to main content

Insoundz API client implementation to produce audio enhancement.

Project description

  insoundz-api Package

Insoundz API client implementation to produce audio enhancement.

PyPI PyPI - License PyPI - OS PyPI - Python Version

Installation

Please make sure you are running python3.7 or later.

pip install insoundz-api

Getting started: Audio file enhancement

Sending the original file for audio enhancement processing and download the enhanced file to our local machine.

from insoundz_api.enhancer import AudioEnhancer

enhancer = AudioEnhancer(client_id="my_client_id", secret="my_secret")
enhancer.enhance_file(
    src="/home/example_user/my_audio_files/example.wav", 
    dst="/home/example_user/my_enhanced_files_dir"
)
$ cd /home/example_user/my_enhanced_files_dir
$ ls
example_file_enhanced.wav

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

insoundz_api-0.1.21.tar.gz (7.7 kB view hashes)

Uploaded Source

Built Distribution

insoundz_api-0.1.21-py3-none-any.whl (8.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page