All Projects → xiph → Rnnoise

xiph / Rnnoise

Licence: other
Recurrent neural network for audio noise reduction

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
M4
1887 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Rnnoise

Crnn Audio Classification
UrbanSound classification using Convolutional Recurrent Networks in PyTorch
Stars: ✭ 235 (-89.63%)
Mutual labels:  rnn, audio
Audioowl
Fast and simple music and audio analysis using RNN in Python 🕵️‍♀️ 🥁
Stars: ✭ 151 (-93.34%)
Mutual labels:  rnn, audio
Automatic speech recognition
End-to-end Automatic Speech Recognition for Madarian and English in Tensorflow
Stars: ✭ 2,751 (+21.4%)
Mutual labels:  rnn, audio
Speech Denoiser
A speech denoise lv2 plugin based on RNNoise library
Stars: ✭ 220 (-90.29%)
Mutual labels:  rnn, audio
NoiseReductionUsingGRU
This is my graduation project in BIT. Title: Noise Reduction Using GRU.
Stars: ✭ 25 (-98.9%)
Mutual labels:  rnn, noise-reduction
Youcast
Turn YouTube Channels into Subscribable Podcasts.
Stars: ✭ 142 (-93.73%)
Mutual labels:  audio
Digital video introduction
A hands-on introduction to video technology: image, video, codec (av1, vp9, h265) and more (ffmpeg encoding).
Stars: ✭ 12,184 (+437.69%)
Mutual labels:  audio
Esp32 Projects
ESP32 好玩、有趣、实用的项目
Stars: ✭ 142 (-93.73%)
Mutual labels:  audio
Openob
The Open Outside Broadcast project for radio contribution links and studio-transmitter links.
Stars: ✭ 140 (-93.82%)
Mutual labels:  audio
Ffmpeg Video Player
An FFmpeg and SDL Tutorial.
Stars: ✭ 149 (-93.42%)
Mutual labels:  audio
Fsynth
Web-based and pixels-based collaborative synthesizer
Stars: ✭ 146 (-93.56%)
Mutual labels:  audio
Learningcoreaudiowithswift2.0
All the examples of the Learning Core Audio book rewritten with Swift 2.0
Stars: ✭ 145 (-93.6%)
Mutual labels:  audio
Timecat
A Magical Web Recorder & Player 🖥
Stars: ✭ 1,955 (-13.72%)
Mutual labels:  audio
Pytorch Image Comp Rnn
PyTorch implementation of Full Resolution Image Compression with Recurrent Neural Networks
Stars: ✭ 146 (-93.56%)
Mutual labels:  rnn
Rnn poetry generator
基于RNN生成古诗
Stars: ✭ 143 (-93.69%)
Mutual labels:  rnn
Skip Thoughts.torch
Porting of Skip-Thoughts pretrained models from Theano to PyTorch & Torch7
Stars: ✭ 146 (-93.56%)
Mutual labels:  rnn
Airsonic
📡 ☁️ 🎶Airsonic, a Free and Open Source community driven media server (fork of Subsonic and Libresonic)
Stars: ✭ 1,876 (-17.21%)
Mutual labels:  audio
React Native Sound Player
Play sound file in ReactNative
Stars: ✭ 144 (-93.65%)
Mutual labels:  audio
Samplernn torch
Torch implementation of SampleRNN: An Unconditional End-to-End Neural Audio Generation Model
Stars: ✭ 146 (-93.56%)
Mutual labels:  audio
Gestureai Coreml Ios
Hand-gesture recognition on iOS app using CoreML
Stars: ✭ 145 (-93.6%)
Mutual labels:  rnn
RNNoise is a noise suppression library based on a recurrent neural network.

To compile, just type:
% ./autogen.sh
% ./configure
% make

Optionally:
% make install

While it is meant to be used as a library, a simple command-line tool is
provided as an example. It operates on RAW 16-bit (machine endian) mono
PCM files sampled at 48 kHz. It can be used as:

./examples/rnnoise_demo <noisy speech> <output denoised>

The output is also a 16-bit raw PCM file.

The latest version of the source is available from
https://gitlab.xiph.org/xiph/rnnoise .  The github repository
is a convenience copy.
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].