All Projects → dodiku → Noise_reduction

dodiku / Noise_reduction

Speech noise reduction which was generated using existing post-production techniques implemented in Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Noise reduction

Kfr
Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
Stars: ✭ 985 (+657.69%)
Mutual labels:  audio, dsp, audio-processing
Guitard
Node based multi effects audio processor
Stars: ✭ 31 (-76.15%)
Mutual labels:  audio, dsp, audio-processing
Q
C++ Library for Audio Digital Signal Processing
Stars: ✭ 481 (+270%)
Mutual labels:  audio, dsp, audio-processing
Edsp
A cross-platform DSP library written in C++ 11/14. This library harnesses the power of C++ templates to implement a complete set of DSP algorithms.
Stars: ✭ 116 (-10.77%)
Mutual labels:  audio, dsp, audio-processing
Beep
A little package that brings sound to any Go application. Suitable for playback and audio-processing.
Stars: ✭ 1,168 (+798.46%)
Mutual labels:  audio, audio-processing
Audio Pretrained Model
A collection of Audio and Speech pre-trained models.
Stars: ✭ 61 (-53.08%)
Mutual labels:  audio, audio-processing
Synstack
Modular soft synth & Forth based VM for audio DSL experiments
Stars: ✭ 79 (-39.23%)
Mutual labels:  audio, dsp
Dawdreamer
Digital Audio Workstation with Python; VST instruments/effects, parameter automation, and native processors
Stars: ✭ 119 (-8.46%)
Mutual labels:  audio, audio-processing
Baseplug
MVC audio plugin framework for rust
Stars: ✭ 44 (-66.15%)
Mutual labels:  audio, dsp
Cross Adaptive Audio
Evolving Artificial Neural Networks for Cross-Adaptive Audio Effects
Stars: ✭ 82 (-36.92%)
Mutual labels:  audio, dsp
Pipe
DSP pipeline
Stars: ✭ 87 (-33.08%)
Mutual labels:  audio, dsp
Keras Sincnet
Keras (tensorflow) implementation of SincNet (Mirco Ravanelli, Yoshua Bengio - https://github.com/mravanelli/SincNet)
Stars: ✭ 47 (-63.85%)
Mutual labels:  audio, audio-processing
Fundsp
Audio DSP library featuring an inline graph notation for audio processing
Stars: ✭ 45 (-65.38%)
Mutual labels:  audio, dsp
Awesome Web Audio
A list of resources and projects to help learn about audio
Stars: ✭ 73 (-43.85%)
Mutual labels:  audio, audio-processing
Regrader
VST delay plugin where the repeats degrade in resolution
Stars: ✭ 44 (-66.15%)
Mutual labels:  dsp, audio-processing
Aurio
Audio Fingerprinting & Retrieval for .NET
Stars: ✭ 84 (-35.38%)
Mutual labels:  audio, audio-processing
Audio Snr
Mixing an audio file with a noise file at any Signal-to-Noise Ratio (SNR)
Stars: ✭ 100 (-23.08%)
Mutual labels:  audio, audio-processing
Faust
Functional programming language for signal processing and sound synthesis
Stars: ✭ 1,360 (+946.15%)
Mutual labels:  audio, dsp
Aukit
audio toolkit. 好用的语音处理工具箱,包含语音降噪、音频格式转换、特征频谱生成等模块。
Stars: ✭ 105 (-19.23%)
Mutual labels:  audio, audio-processing
Vst2
Bindings for vst2 sdk
Stars: ✭ 39 (-70%)
Mutual labels:  audio, dsp

noise_reduction

See test results on: https://dodiku.github.io/noise_reduction/

Audio enhancements feature tests in Python3

Installation

To install:

  1. $ brew install sox
  2. $ brew install vorbis-tools
  3. Create a virtualenv
  4. Install dependencies in one of two options:
  • manually (recommended):
    $ pip3 install librosa
    $ pip3 install pysndfx

  • or automatically using pip:
    $ pip3 install -r requirements.txt

To run:
$ python3 noise.py

Interesting resources:

A bit less relevant papers:

  • Noise Cancellation Method for Robust Speech Recognition (PDF)
  • Robust Features for Noisy Speech Recognition using MFCC Computation from Magnitude Spectrum of Higher Order Autocorrelation Coefficients (PDF)
  • Improving the Noise-Robustness of Mel-Frequency Cepstral Coefficients for Speech Processing (PDF)
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].