bazylevnik0 / control

Tool for reading sound and visualising it in dance of figures: .wav -> openGL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tool for reading sound and visualising it in dance of figures.
.wav -> openGL



first install: https://github.com/raysan5/raylib/wiki/Working-on-GNU-Linux
second install: "sudo apt install python3" or "sudo pacman -Sy python-pip"
third install: "pip3 install aubio" or "pip install aubio"

then:
add your .wav(44100) key to folder and name it "key.wav"
generate "key_temp" from "key.wav": "python3 read.py"
compile "show": "cc show.c -lraylib -lGL -lm -lpthread -ldl -lrt -lX11"
run "show":"./a.out"


*if you in windows
you can check docs and recompile/run for your system but yourself all libs and code is cross-platform

About

Tool for reading sound and visualising it in dance of figures: .wav -> openGL

License:Other


Languages

Language:C 82.6%Language:Python 17.4%