indutny / fft.js

The fastest JS Radix-4/Radix-2 FFT implementation
278 stars 31 forks source link

fix(usage): correct parameter order in inverseTransform example #28

Closed skoerfgen closed 2 months ago

skoerfgen commented 2 months ago

Swapped 'data' and 'out' parameters in the usage example to match the correct method signature.