Skip to content

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

License

Notifications You must be signed in to change notification settings

huynguyengl99/audio-purifier

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published