pfaust-fft
Hello. I hope to write this message in the right place..! I've just read your 2024 wac paper and would like to try the pfaust-fft for a live electronics setup on the browser, using jspatcher, however I think you have still not updated this repo with this recent functionality. Thanks!
Hi @bonuoq You can get that functionality with the 'master-dev' branch. And thank you for your interest!
The code is here https://github.com/Fr0stbyteR/jspatcher/blob/master-dev/src/core/objects/main/FaustFFTPatcher.ts
And the FFT wrapping code is inside the faustwasm project written by GRAME and @Fr0stbyteR, see https://github.com/grame-cncm/faustwasm/blob/master/src/FaustFFTAudioWorkletProcessor.ts
Thanks!!