Skip to main content

Enables silent parts removal from audio, exporting as new files. Inspired by 'faster-whisper'.

Project description

CI PyPI version

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

audio_purifier-0.0.4.tar.gz (1.5 MB view hashes)

Uploaded Source

Built Distribution

audio_purifier-0.0.4-py3-none-any.whl (1.5 MB 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