Giter Site home page Giter Site logo

dodiku / noise_reduction Goto Github PK

View Code? Open in Web Editor NEW
174.0 10.0 59.0 52.36 MB

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

Home Page: https://dodiku.github.io/noise_reduction/

Python 32.31% HTML 63.76% CSS 3.92%
audio dsp audio-processing noise-reduction python

noise_reduction's Introduction

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)

noise_reduction's People

Contributors

dodiku avatar drorayalon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

noise_reduction's Issues

when I run noise.py, met follows problem, can help find some causes?

(py3virtualenv) [root@node1 noise_reduction]# python noise.py
Traceback (most recent call last):
File "noise.py", line 230, in
y_reduced_centroid_s = reduce_noise_centroid_s(y, sr)
File "noise.py", line 64, in reduce_noise_centroid_s
y_cleaned = less_noise(y)
File "/home/yunbin.zhang/virtualenvs/py3virtualenv/lib/python3.6/site-packages/pysndfx/d
sp.py", line 276, in call raise RuntimeError(stderr.decode())
RuntimeError: sox FAIL bass: usage: gain [frequency(100) width[s|h|k|q|o]]

type errors

System give a error: the parameter of data_expanded is float type, but it should be int type. So I switch the type to int, system also give a error: the parameter of data_expanded is int type, but it should float type. And I'm fuzzed!

RuntimeError: sox FAIL bass

Hi, when i launch your tool, system return this error

Traceback (most recent call last):
  File "noise.py", line 230, in <module>
    y_reduced_centroid_s = reduce_noise_centroid_s(y, sr)
  File "noise.py", line 64, in reduce_noise_centroid_s
    y_cleaned = less_noise(y)
  File "/home/user/Documenti/RESEARCH/noise_reduction/venv/lib/python3.5/site-packages/pysndfx/dsp.py", line 276, in __call__
    raise RuntimeError(stderr.decode())
RuntimeError: sox FAIL bass: usage: gain [frequency(100) [width[s|h|k|q|o]](0.5s)]

How could I resolve this problem?
Thanks

ModuleNotFoundError: No module named 'numba.decorators'

Hi, I ran into this problem after I installed numba correctly.Could you please tell me how to solve it?
The error message is:
from numba.decorators import jit as optional_jit
ModuleNotFoundError: No module named 'numba.decorators'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.