Skip to content

definitelynico/img_to_audio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image to Audio

The app takes an image and "turns it into" sound, a process called sonification.

About

Was made as an experiment for a uni assignment. It's very specific and currently only supports .png images.
Every image will be drawn at 600x600, however, the buffer will still contain all the image data, pre-scaling.
Exporting to .wav will not save the playback speed!

How it works

It will basically treat images as a vector of brightness values, scaled to -1 to 1.
These values are then used as samples to "plot" a waveform.

Usage

I - Load image
L/R Arrow - Change playback speed
S - Save current image (buffer) as a .wav
D - Display some info
Esc - Quit

image

image

These images are AI-generated

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages