Skip to content

ChichiMsdk/AudioLizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vizualize and play your .wav files

Note

This project used to be a simple and small recorder device for another project of mine. It ended up becoming this mess. All of it is made in C not C++ as Github reports it .. (?)

Demo

Just drag & drop

key_record.mp4

It took time to get something visually appealing although it still looks weird, sometimes it's mesmerizing

Compilation

Windows using clang, Mac, Linux:

make

Windows MSVC:

.\build.bat

May god help you compile it

Dependencies

Warning

SDL3 with specific commit version must be installed if you don't want to rewrite macros and function names (they often change) as well as the corresponding version of SDL_TTF. You should be able to compile it with latest versions; provided you have time to spend on SDL's documentation and commit messages..

  • fftw binaries for an optimized version of the fast fourier transform is required (you might have 60 fps with a naive implementation tho)
  • SDL3 commit 6f199eabb
  • SDL3_TTF commit ad1ecab
  • SDL3_Image commit 60013b1

About

Small and messy music vizualizer

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages