The app takes an image and "turns it into" sound, a process called sonification.
Was made as an experiment for a uni assignment. It's very specific and currently only supports .png images.
Every image will be drawn at 600x600, however, the buffer will still contain all the image data, pre-scaling.
Exporting to .wav will not save the playback speed!
It will basically treat images as a vector of brightness values, scaled to -1 to 1.
These values are then used as samples to "plot" a waveform.
I - Load image
L/R Arrow - Change playback speed
S - Save current image (buffer) as a .wav
D - Display some info
Esc - Quit
These images are AI-generated