Noise Reduction Save

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

Project README

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)
Open Source Agenda is not affiliated with "Noise Reduction" Project. README Source: dodiku/noise_reduction
Stars
174
Open Issues
7
Last Commit
2 years ago

Open Source Agenda Badge

Open Source Agenda Rating