Repository navigation

#

image-to-sound

Encode an image to sound (WAV file) and view it as a spectrogram. Optimized Python 3 version.

Python
11
2 年前

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

Max
9
10 年前

Encode an image to sound and view it as a spectrogram - 图片转声音

TypeScript
5
2 年前

Experiments to convert digital images to melodies. Data sonification project where aesthetic decisions were made.

Jupyter Notebook
4
2 年前

Image2sound is a python script that can convert an image or video into an audio file.

Python
1
2 年前

PixelToneJS is a JavaScript library that converts images into sound based on their RGB data. By interpreting the colors of the image, the library generates corresponding frequencies to create an audio representation of the image.

TypeScript
1
4 个月前

Python program that converts an image file to audio

Python
0
2 年前

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 frequency of the sound is depending on the average RGB value in that particular image, so there will be 3 frequencies in a sound file.

MATLAB
0
3 年前