echo66
echo66
@mdahlgrengadd are you hearing the clicks?
Hey! As far as I remember, you can use a block size of 4096 or 8192.
Still, there are two issues: - What happens when I mix two different sample rates in on input frame to be processed by a time stretcher? - Will there be...
Maybe I should include, for segment removal, (1) the number of segments removed, (2) which segments were deleted and (3) which segments were edited.
Regarding map vs for loop, check [this](http://jsperf.com/map-vs-native-for-loop/7) out in both Chrome and Firefox.
Regarding Array vs Float32Array, check [this](http://jsperf.com/add-float32array-vs-array) out in both Chrome and Firefox.
Something worth mentioning: using Float32Array instead of Array increases the numerical error.
Performance Tests for some FFT implementations: http://jsperf.com/benchmark-for-fftw-js http://jsperf.com/comparing-two-fft-functions/3
I would if I could build my own version, without having timeouts.
Ubuntu 15.04 64 bits $ java -version Picked up JAVA_TOOL_OPTIONS: -javaagent:/usr/share/java/jayatanaag.jar openjdk version "1.8.0_45-internal" OpenJDK Runtime Environment (build 1.8.0_45-internal-b14) OpenJDK 64-Bit Server VM (build 25.45-b02, mixed mode) That release works....