You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resemble Enhance is an AI-powered tool that aims to improve the overall quality of speech by performing denoising and enhancement. It consists of two modules: a denoiser, which separates speech from a noisy audio, and an enhancer, which further boosts the perceptual audio quality by restoring audio distortions and extending the audio bandwidth. The two models are trained on high-quality 44.1kHz speech data that guarantees the enhancement of your speech with high quality.
Usage
Installation
Install the stable version:
pip install resemble-enhance --upgrade
Or try the latest pre-release version:
pip install resemble-enhance --upgrade --pre
Enhance
resemble-enhance in_dir out_dir
Denoise only
resemble-enhance in_dir out_dir --denoise_only
Web Demo
We provide a web demo built with Gradio, you can try it out here, or also run it locally:
python app.py
Train your own model
Data Preparation
You need to prepare a foreground speech dataset and a background non-speech dataset. In addition, you need to prepare a RIR dataset (examples).
Then, you can train the enhancer in two stages. The first stage is to train the autoencoder and vocoder. And the second stage is to train the latent conditional flow matching (CFM) model.