Made with Odin and Raylib.
With Odin installed, run the following command to build the project:
$ odin run . -- <path_to_wav_file>$ odin run . -- test.wavBuild the executable with the following command:
$ odin build . --out:wav-visualizer.exeRun it with the following command:
$ ./wav-visualizer.exe <path_to_wav_file>$ ./wav-visualizer.exe test.wav