noise_reduction
noise_reduction copied to clipboard
Speech noise reduction which was generated using existing post-production techniques implemented in Python
There is a error of '[WinError 2] The system can not find the file specified' when I run the program in the line of y_clean = less_noise(y), but this line...
I tested a wav file with length around 2 hours. The memory of the computer is 16GB. Program always collapse, but not every time.
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:...
im using reduce_noise_power() i also changed threshold_l vale to 1E-08 but still getting this error. RuntimeError: sox FAIL bass: usage: gain [frequency(100) [width[s|h|k|q|o]](0.5s)] sox --version sox: SoX v14.4.2
(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...
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...
If you happen to find this repo like me and encounter errors when running noise.py, it's because some dependency libraries have changed their APIs, breaking this program. Here are some...