Julien Funk

Results 14 comments of Julien Funk

This is not stale and should be fixed.

@Rush does your workaround prevent failures created during `afterEach` from halting the test run?

@brburzon are you having trouble with the main FFT algorithm in dsp,js, or with the RFFT algorithm?

@danigb - I ran some of my own tests on this IRFFT and found that it's actually pretty accurate to within 0.0000005. There were some typos in the PR and...

Interesting, thank you. I will definitely look into it. I notice that Ooura's benchmarks are against some repositories that are not included here as well. It's been awhile since I...

If you submit a PR I'd be happy to merge it.

Just ran into this, was pretty confusing until I started using the console.

@lpinkhard I ran into an issue while implementing Articy in C++. SetPauseOn wasn't behaving as expected. The code in this PR solved my problem. Prior to using the code in...

I'm on osx and can't install either: ``` > [email protected] install /Users/jaboing/Documents/git/local_dev/voice_online/node_modules/dsp > node-gyp rebuild CXX(target) Release/obj.target/node-dsp/src/module.o In file included from ../src/module.cpp:3: ../src/dsp.h:6:30: error: expected class name class NodeDSP :...

Comment out lines 45 through 53 in js/pitchdetect.js and you should get no errors, the "use demo audio" button won't work, but everything else should be fine.