Skip to content
#

image-to-sound

Here are 10 public repositories matching this topic...

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.

  • Updated Dec 12, 2024
  • TypeScript

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…

  • Updated Jul 3, 2022
  • MATLAB

Improve this page

Add a description, image, and links to the image-to-sound topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the image-to-sound topic, visit your repo's landing page and select "manage topics."

Learn more