Insoundz API client implementation to produce audio enhancement.
Project description
insoundz-api Package
Insoundz API client implementation to produce audio enhancement.
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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file insoundz_api-0.1.21.tar.gz
.
File metadata
- Download URL: insoundz_api-0.1.21.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f1e101b6aa564edad6885a4cb0d04a0fa51b0477b86dff5b64506105c5254a7 |
|
MD5 | c3bfeaddc8b0f46c14258d5892fef2f2 |
|
BLAKE2b-256 | a8f5ac5d7c42e60835d13e25cc2854b8644a12b0f73909012212ef955a973669 |
File details
Details for the file insoundz_api-0.1.21-py3-none-any.whl
.
File metadata
- Download URL: insoundz_api-0.1.21-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef9b0a4e42270febfc0555f0c312cb89fa7a7bca7e4568cbab017ca7aaedf810 |
|
MD5 | 6e575875cd9bc017047e3b3c705721c3 |
|
BLAKE2b-256 | 8577ba76c74f0a4c243561e52d726264f42ec85e016d6b9455459bfdf54044c1 |