Skip to content

Latest commit

 

History

78 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AUDIO TO IMAGE GENERATION (ATI)

takes in a wave file and creates an image using the frequencies from  the audio file

run(linux):

sudo apt update && sudo apt install -y libsdl2-dev libsdl2-mixer-dev libfftw3-dev cmake build-essential
make run

compile without running :

make

to start over:

make clean

to run manually after installing deps:

g++ app.cpp src/Equations.cpp -o ati -lSDL2 -lSDL2_mixer -lfftw3 -lm

About

audio to image(created becuase i was bored).its pretty useless honestly

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages