jfuerth / spectro-edit

View and modify audio clips in the frequency domain
GNU General Public License v3.0
6 stars 1 forks source link

Why no imaginary values? #2

Open stefan-reich opened 6 years ago

stefan-reich commented 6 years ago

I tried the program and it's really cool. I want to learn from it in order to make some FFT-based audio recognition.

My question is why the back-transform even works when the Frame class drops all the imaginary values and keeps only the real ones. Shouldn't that screw up all the phases in the audio?

Many greetings