/image-to-audio

πŸ“ΈπŸŽΆ Using images to generate audio (mostly noise πŸ’β€β™‚οΈ)

Primary LanguagePython

image-to-audio

πŸ“ΈπŸŽΆ using images to generate white noise

Picture data is taken as RGB values, then converted to binary to create audio files. Musical notes can be assigned to ranges of pixel values based on their occurences (using histogram). Here, I have taken the rudimentary way to assign values.

Note This is a subsequent project of audio-to-image