Fr0stbyteR / jspatcher

a Visual Programming Language (VPL) in Max/PureData style
https://fr0stbyter.github.io/jspatcher/dist/
141 stars 8 forks source link

pfaust-fft #21

Open bonuoq opened 6 months ago

bonuoq commented 6 months ago

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!

Fr0stbyteR commented 6 months ago

Hi @bonuoq You can get that functionality with the 'master-dev' branch. And thank you for your interest!

Fr0stbyteR commented 6 months ago

The code is here https://github.com/Fr0stbyteR/jspatcher/blob/master-dev/src/core/objects/main/FaustFFTPatcher.ts

sletz commented 6 months ago

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

bonuoq commented 6 months ago

Thanks!!