vail-systems / node-fft

Pure Node.js implementation of the Fast Fourier Transform (Cooley-Tukey method).
133 stars 24 forks source link

Int16Array #13

Open vinnitu opened 3 years ago

vinnitu commented 3 years ago

Hi

I recieve data from RTCAudioSink node webrtc (wrtc) nonstandard object like this

image

Tell me please how to properly pass this data to fft.fft() function?