PhaseVocoderJS
PhaseVocoderJS copied to clipboard
Create performance tests
I need to compare the performance between the map function, the for loop and the while loop. For each case, I need to compare the performance for Array and Float32Array.
Use jsperf.com to compare them.
Regarding map vs for loop, check this out in both Chrome and Firefox.
Regarding Array vs Float32Array, check this 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