#Louder boombox
10 messages · Page 1 of 1 (latest)
agreed! it's often too quiet.
unfortunately seems non-trivial from a quick look as unity doesnt allow you to set the volume of an AudioSource above 1.
it would require some sort of processing added on top
gotta set everything else to 0.75
that way the boombox will be comparatively louder
also worth mentioning that thunder should be way loud
yea.. idk how practical that is
maybe using audio mixer
just have the game output all the sounds on different channels to windows
I don't think that's practical either
windows does audio per-process afaik
TBF, windows audio is kinda stupid