Encode an image to sound and view it as a spectrogram - turn your images into music
-
Updated
Aug 26, 2020 - JavaScript
Encode an image to sound and view it as a spectrogram - turn your images into music
Turn an image into sound whose spectrogram looks like the image.
Encode an image to sound (WAV file) and view it as a spectrogram. Optimized Python 3 version.
PixelNotes turns your image to sound. The script is a Java program that reads a given input of an image in 'jpg' format and outputs a text file of notes for Max MSP music production
Experiments to convert digital images to melodies. Data sonification project where aesthetic decisions were made.
Encode an image to sound and view it as a spectrogram - 图片转声音
Image2sound is a python script that can convert an image or video into an audio file.
Python program that converts an image file to audio
The auto-generated sound is vary based on the input which is image, in my design, the duration of sound is depends on the size of image – total pixel in an image, but in order to reduce the difference of duration between different images size, so I only retrieve the leftmost digit of total pixel and take its ceiling number. Besides, the frequenc…
Add a description, image, and links to the image-to-sound topic page so that developers can more easily learn about it.
To associate your repository with the image-to-sound topic, visit your repo's landing page and select "manage topics."