o
odin.langpkg.dev
packages / library / VU_Meter_in_Odin

VU_Meter_in_Odin

ca6fa05library

Something that I made just for the fun of it, but that come out something really cool.

No license · updated 6 months ago

VU Meter in Odin

Something that I made just for the fun of it, but that come out something really cool.

Description

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.

Image

./output_vu_meter.png

How to compile

# 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

References

License

MIT Open Source License

Have fun

Best regards,
Joao Carvalho