The Analysis & Reconstruction Sound Engine lets you analyze a sound file into a spectrogram.
You will also be able to synthetize this spectrogram, or any other user-created image, back into a sound.
You can process a .WAV sound file with this program in order to obtain a .BMP image file. Once you've edited this image, you can process it in order to obtain a .WAV sound that sounds more or less like the original sound, depending on how you edited it and depending on the settings you chose.
What's New in This Release: [ read full changelog ]
· The sine synthesis currently uses a sinc-based envelope interpolation instead of cubic spline, and does it all in the frequency domain instead of the time domain, which makes it slower
· The noise synthesis has been disabled as it hasn't been implemented yet. For the sake of speed it will be based on cubic spline envelope interpolation modulated with looped noise passed through a filter bank.