Project Idea: Sound Corrupter
I’ve always really loved the work in /r/glitch_art and have been trying to think of a program that could be used to make glitched art of my own. One idea that just struck me was a Sound Corrupter, a program that would use audio files to glitch images.
The first thing I would likely attempt is a simple program that somehow uses the audio input to apply a distortion to each horizontal line of pixels in an image. This first iteration would likely be a command line program that takes an image as input and present the glitched output at completion. I’m not completely sure how I would use audio files to affect this, but TarsosDSP seems like a good start.
Beyond that, I would like to create an interface that allows the user to see the actual process of distortion. While the audio and image processing may not be able to work in realtime, it would be cool to process the whole image and then have a playback functionality that syncs the music to the glitching process. Development past that would probably just involve adding options that distort the image in different ways.
This is a big project that will be tough with no starting knowledge of sound analysis, but I’m excited to research the idea and see if I can really make something like this work.











