dbklim/RNNoise_Wrapper
A simple Python wrapper for audio noise reduction RNNoise. Simplifies work with it, adds new trained models and detailed instructions for training.
This project helps remove unwanted background noise from audio recordings. You provide a noisy .wav file or a live audio stream, and it outputs a much cleaner version of the same audio. This is ideal for anyone working with spoken audio, such as podcasters, transcribers, or call center analysts, who need clearer sound for their work.
184 stars. No commits in the last 6 months.
Use this if you need to quickly and efficiently remove noise from pre-recorded audio files or real-time audio streams, especially for Russian or mixed-language speech.
Not ideal if you need to process audio on a Windows machine without manual compilation or if you require extremely fine-grained, frame-by-frame control over the noise reduction process.
Stars
184
Forks
40
Language
Python
License
Apache-2.0
Category
Last pushed
May 22, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/dbklim/RNNoise_Wrapper"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Ricardokevins/Kevinpro-NLP-demo
All NLP you Need Here. 目前包含15个NLP demo的pytorch实现(大量代码借鉴于其他开源项目,原先是自己玩的,后来干脆也开源出来)
graykode/nlp-tutorial
Natural Language Processing Tutorial for Deep Learning Researchers
spro/practical-pytorch
Go to https://github.com/pytorch/tutorials - this repo is deprecated and no longer maintained
apachecn/nlp-pytorch-zh
《Natural Language Processing with PyTorch》中文翻译
allenai/allennlp-models
Officially supported AllenNLP models