Skip to content

unsafecast/soundplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

soundplot

Screenshot of soundplot soundplot displaying part of "the duck song", the black region is a bug

This is a simple program that visualizes your sound files. It accepts a raw sound file and it creates a window, the plots the hilbert curve for every sample, with the color value being the frequency of it.

This project was inspired by this video by 3Blue1Brown.

Building

The build system doesn't require anything other than having a C compiler.

To bootstrap the build system, run cc -o nobuild nobuild.c. This will create the build system executable, which you can run to build the project itself.

This currently only works on Linux with raylib installed globally on the system. Windows/MacOS support is trivial to add, it's just a matter of adapting the build system.

About

See your music

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages