Enables silent parts removal from audio, exporting as new files. Inspired by 'faster-whisper'.
Project description
Audio Purifier
Audio Purifier is a utility package that enables silent parts
removal from audio, exporting as new files. Inspired by
faster-whisper
, which used SileroVAD for audio processing..
Requirements
-
Python 3.9 or greater
-
You can open and save
WAV
files with pure python. For opening and saving non-wav files – like mp3 – you'll need ffmpeg or libav in order to install extra package (PyDub).
Installation
The module can be installed from PyPI:
pip install audio-purifier
To have the ability to export output file as other than 'wav' format, please install ffmpeg to your run time and install PyDub library as well.
pip install audio-purifier[extra]
Other installation methods (click to expand)
Install the latest dev version from github (or replace @master
with a [@release_version]
pip install git+https://github.com/huynguyengl99/audio-purifier@master
Document
Please visit Audio Purifier doc for documentation.
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
Built Distribution
File details
Details for the file audio_purifier-0.0.4.tar.gz
.
File metadata
- Download URL: audio_purifier-0.0.4.tar.gz
- Upload date:
- Size: 1.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76b5a13118eec4d7310a57a5d0a52f6062de45bb049e627578b687af2d663256 |
|
MD5 | d6b8411efd8fc4e069fab43a02831d07 |
|
BLAKE2b-256 | a643b2902b2b7befe022417805a9a8441b27357ec46febc2033da35cdaea0280 |
File details
Details for the file audio_purifier-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: audio_purifier-0.0.4-py3-none-any.whl
- Upload date:
- Size: 1.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b8db8c8cc8546f42429b75d025a72038e6092ade8adb9735d039f0b0be294a6 |
|
MD5 | fa6e1addb7fd1de3cc62a4107a88c5a7 |
|
BLAKE2b-256 | f41cb0a545268b18d628626463a92c9dc1c4ec3d10ea3f17889f87b6d25044d0 |