Something that I made just for the fun of it, but that come out something really cool.
A very simple VU Meter that is made in Odin and animates the needle of the VU Meter and with some kind os pseudo maping of dB, and with the animation of the intensity of the peak led in the red zone. The image from the vu_meter is a edited image from a vu_meter that come from Wikipedia and that I toke the needle off and made some cosmetic editions to look prettier, see references, then I programatically draw the correct animated needle over it.
# if you see "Could not find the compiled miniaudio library", run:
make -C "$(odin root)/vendor/miniaudio/src"
# To compile the program do:
make
./vu_meter.exe
- Wikipedia VU Meter
https://en.wikipedia.org/wiki/VU_meter
MIT Open Source License
Best regards,
Joao Carvalho
