I want to do fft~ of a file named a.wav.
so when i read a file and attach it to fft~ object. it says fft~ inlet expected signal not a file.
I undersatnd the error , that fft need signal inlet , not the file.
so how I can do the fft~ of a wave file. I want to do the fft of a wav file (stored at disk) and then want to store the imaginary part in an array.