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
Congregation-jumpscare.mp3is Purgatori by Koraii
Make sure you have inflator installed
inflate install https://github.com/inflated-goboscript/sound
add sound to your inflator.toml config:
[dependencies]
# ...
sound = "https://github.com/inflated-goboscript/sound"use inflate install -e .:
- clone the respository:
git clone https://github.com/inflated-goboscript/sound cd soundinflate install -e .cd testinflategoboscript build- open
test.sb3