All Projects → lucianodato → Speech Denoiser

lucianodato / Speech Denoiser

Licence: lgpl-3.0
A speech denoise lv2 plugin based on RNNoise library

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Speech Denoiser

Crnn Audio Classification
UrbanSound classification using Convolutional Recurrent Networks in PyTorch
Stars: ✭ 235 (+6.82%)
Mutual labels:  rnn, audio
Sound Source Localization Algorithm doa estimation
关于语音信号声源定位DOA估计所用的一些传统算法
Stars: ✭ 58 (-73.64%)
Mutual labels:  speech, audio
Automatic speech recognition
End-to-end Automatic Speech Recognition for Madarian and English in Tensorflow
Stars: ✭ 2,751 (+1150.45%)
Mutual labels:  rnn, audio
Tacotron
Audio samples accompanying publications related to Tacotron, an end-to-end speech synthesis model.
Stars: ✭ 493 (+124.09%)
Mutual labels:  speech, audio
Audioowl
Fast and simple music and audio analysis using RNN in Python 🕵️‍♀️ 🥁
Stars: ✭ 151 (-31.36%)
Mutual labels:  rnn, audio
Lhotse
Stars: ✭ 236 (+7.27%)
Mutual labels:  speech, audio
Soloud
Free, easy, portable audio engine for games
Stars: ✭ 1,048 (+376.36%)
Mutual labels:  speech, audio
Source separation
Deep learning based speech source separation using Pytorch
Stars: ✭ 226 (+2.73%)
Mutual labels:  speech, audio
Rnnoise
Recurrent neural network for audio noise reduction
Stars: ✭ 2,266 (+930%)
Mutual labels:  rnn, audio
Audiomate
Python library for handling audio datasets.
Stars: ✭ 99 (-55%)
Mutual labels:  speech, audio
Audio
Data manipulation and transformation for audio signal processing, powered by PyTorch
Stars: ✭ 1,262 (+473.64%)
Mutual labels:  speech, audio
Pytorch Kaldi
pytorch-kaldi is a project for developing state-of-the-art DNN/RNN hybrid speech recognition systems. The DNN part is managed by pytorch, while feature extraction, label computation, and decoding are performed with the kaldi toolkit.
Stars: ✭ 2,097 (+853.18%)
Mutual labels:  rnn, speech
Aeneas
aeneas is a Python/C library and a set of tools to automagically synchronize audio and text (aka forced alignment)
Stars: ✭ 1,942 (+782.73%)
Mutual labels:  speech, audio
Emotion Classification From Audio Files
Understanding emotions from audio files using neural networks and multiple datasets.
Stars: ✭ 189 (-14.09%)
Mutual labels:  speech, audio
Shakkala
Deep learning for Arabic text Vocalization - التشكيل الالي للنصوص العربية
Stars: ✭ 208 (-5.45%)
Mutual labels:  rnn
Mimium
mimium (MInimal Musical medIUM) a programming language as an infrastructure for sound and music.
Stars: ✭ 212 (-3.64%)
Mutual labels:  audio
Optivideoeditor For Android
Native Video editor : Video trim, Audio, Video merge, Slow and fast motion, Text and image, etc...
Stars: ✭ 209 (-5%)
Mutual labels:  audio
Doc Han Att
Hierarchical Attention Networks for Chinese Sentiment Classification
Stars: ✭ 206 (-6.36%)
Mutual labels:  rnn
Sign Language Gesture Recognition
Sign Language Gesture Recognition From Video Sequences Using RNN And CNN
Stars: ✭ 214 (-2.73%)
Mutual labels:  rnn
Recorder
html5 js 录音 mp3 wav ogg webm amr 格式,支持pc和Android、ios部分浏览器、和Hybrid App(提供Android IOS App源码),微信也是支持的,提供H5版语音通话聊天示例 和DTMF编解码
Stars: ✭ 2,891 (+1214.09%)
Mutual labels:  audio

Build Status

speech-denoiser

A speech denoise lv2 plugin based on the modified Xiph's RNNoise library by GregorR

What is RNNoise?

RNNoise is a library that uses deep learning to apply noise supression to audio sources with voice presence. You can learn more about it here: https://people.xiph.org/~jm/demo/rnnoise/

Requirements

You will require git gnu-make gnu-autoconf gnu-m4 gnu-libtool glibc to be installed on your system in order to compile the static instance of RNNoise library

To compile and install this plug-in you will need the LV2 SDK, Meson build system (use pip3 to install it), ninja compiler and git

Installation

  git clone https://github.com/lucianodato/speech-denoiser.git
  cd speech-denoiser
  chmod +x install.sh && ./install.sh

Help RNNoise to get better!

Remember to donate a minute of noise to the cause -> https://people.xiph.org/~jm/demo/rnnoise/donate.html

Alternative

Make sure to check out Noise Repellent LV2 plugin if this is not working for you -> https://github.com/lucianodato/noise-repellent

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].