Windigo says: Audacity for noise music
RE: hpr4692::2026-07-28 Noise Music Tutorial 2: Using Audacity to Make Noise by TheDUDE00:08:48 Listen in
ogg,
opus,
or
mp3 format.
I watched a high school student's presentation on his technique for making noise with audacity.
He used MS paint to create scribbles and drawings, saved them as bitmap images, and imported them as raw audio. He changed the composition of the noise and length of the audio by choosing different colors, making different impressions, and changing the image size. It was pretty wild, although a very manual process!
I wonder if the same kind of technique would be possible with Javascript/HTML canvas?
candycanearter07 says: re: Audacity for noise music
RE: hpr4692::2026-07-28 Noise Music Tutorial 2: Using Audacity to Make Noise by TheDUDE00:08:48 Listen in
ogg,
opus,
or
mp3 format.
I don't know why it wouldnt be? You could just use localstorage to save the image as a .wav file and use a player to play it, likely.