Git Product home page Git Product logo

logmmse's People

Contributors

corentinj avatar rajivpoddar avatar wilsonchingg 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

logmmse's Issues

Gibbs post-processing noise

After processing, some of the noise at the bottom of the waveform is not continuous, and there is a problem of up and down translation, resulting in noise

ValueError: operands could not be broadcast together with shapes (882,) (822,)

transcribe-meeting | noise_threshold)transcribe-meeting | File "/usr/local/lib/python3.7/site-packages/logmmse/base.py", line 19, in mono_logmmse
transcribe-meeting | _output, saved_params = _logmmse(signal, fs, initial_noise, window_size, noise_threshold, saved_params)
transcribe-meeting | File "/usr/local/lib/python3.7/site-packages/logmmse/logmmse.py", line 29, in logmmse
transcribe-meeting | noise_mean = noise_mean + np.absolute(np.fft.fft(win * x[j:j + Slen], nFFT, axis=0))
transcribe-meeting | ValueError: operands could not be broadcast together with shapes (882,) (822,)
transcribe-meeting exited with code 1

I am trying to Noise Reduce a wav file using logmmse and I receive the mentioned exception

parameter overwriting issue

The noise_threshold is overwritten in the final function (namely eta argument of logmmse) , so it don't work as expected

TypeError: 'float' object cannot be interpreted as an index

I am getting this error while executing the logmmse.py file.
Command: python logmmse.py input.wav output.wav

UserWarning: Could not import alsa backend; most probably, you did not have alsa headers when building audiolab
warnings.warn("Could not import alsa backend; most probably, "
Traceback (most recent call last):
File "logmmse.py", line 109, in
output, saved_params = logmmse(signal, fs, args.initial_noise, args.window_size, args.noise_threshold, saved_params)
File "logmmse.py", line 28, in logmmse
x_old = np.zeros(len1)
TypeError: 'float' object cannot be interpreted as an index

Please let me know if there is any fix for this. Thank you.

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.