control your sounds
This is a sound control/calculations library which is built for goboscript. It is designed to be used with inflator.
- orignal sound-pitch equation from Purin2022
Make sure you have inflator installed
inflate install https://github.com/FAReTek1/sound
add sound to your inflator.toml
config:
[dependencies]
# ...
sound = "https://github.com/FAReTek1/sound"
use inflate install -e .
:
- clone the respository:
git clone https://github.com/FAReTek1/sound
cd sound
inflate install -e .
cd test
inflate
goboscript build
- open
test.sb3