Skip to main content

Speech denoising and enhancement with deep learning

Project description

Resemble Enhance

PyPI Hugging Face Space License Webpage

https://github.com/resemble-ai/resemble-enhance/assets/660224/bc3ec943-e795-4646-b119-cce327c810f1

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).

data
├── fg   ├── 00001.wav
│   └── ...
├── bg   ├── 00001.wav
│   └── ...
└── rir
    ├── 00001.npy
    └── ...

Training

Denoiser Warmup

Though the denoiser is trained jointly with the enhancer, it is recommended for a warmup training first.

python -m resemble_enhance.denoiser.train --yaml config/denoiser.yaml runs/denoiser

Enhancer

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.

Stage 1
python -m resemble_enhance.enhancer.train --yaml config/enhancer_stage1.yaml runs/enhancer_stage1
Stage 2
python -m resemble_enhance.enhancer.train --yaml config/enhancer_stage2.yaml runs/enhancer_stage2

Blog

Learn more on our website!

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 resemble-enhance-0.0.2.dev240104122303.tar.gz.

File metadata

File hashes

Hashes for resemble-enhance-0.0.2.dev240104122303.tar.gz
Algorithm Hash digest
SHA256 8876bfb28ff2c4c5c57aac966328797392f7f000509731d3e01de4ac7530bc79
MD5 71d798414b432dbd001237f41c33e512
BLAKE2b-256 55c2cc67524d8758f2da18510f77bd02c444781672572d2dfcb675991166997d

See more details on using hashes here.

File details

Details for the file resemble_enhance-0.0.2.dev240104122303-py3-none-any.whl.

File metadata

File hashes

Hashes for resemble_enhance-0.0.2.dev240104122303-py3-none-any.whl
Algorithm Hash digest
SHA256 d65d4233f86823347a418d48826d1460b50f98eabfe14f6e3e625da1da64a267
MD5 b530b7d8a5a6f3788b0fe71ae6dc75be
BLAKE2b-256 b944b7a5220c1e028c6753eed450bb791e8ca6158135d5db638bff5fc22ef29f

See more details on using hashes here.

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