o
odinpkg.dev
packages / library / wav-file-visualizer-odin-raylib

wav-file-visualizer-odin-raylib

2847c29library

No description provided.

No license · updated 2 years ago

Simple .wav file visualizer

Made with Odin and Raylib.

The image is a screenshot of an audio waveform visualization. The waveform is centered on a horizontal axis and displayed in blue against a light gray background. The waveform represents the amplitude of the audio signal over time, with higher peaks indicating louder parts of the sound and lower sections indicating quieter parts. The title "Audio WaveForm Visualization" is displayed at the top left in a pixelated font. The window's title bar is visible, with the application titled "Audio Waveform Visualization."

Usage

With Odin installed, run the following command to build the project:

$ odin run . -- <path_to_wav_file>
$ odin run . -- test.wav

Windows

Build the executable with the following command:

$ odin build . --out:wav-visualizer.exe

Run it with the following command:

$ ./wav-visualizer.exe <path_to_wav_file>
$ ./wav-visualizer.exe test.wav