#Louder boombox

10 messages · Page 1 of 1 (latest)

brisk drum
#

Make the volume on the boombox go up more.

white wigeon
#

agreed! it's often too quiet.

noble ginkgo
#

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

white wigeon
#

gotta set everything else to 0.75

#

that way the boombox will be comparatively louder

#

also worth mentioning that thunder should be way loud

noble ginkgo
#

yea.. idk how practical that is
maybe using audio mixer

lethal pelican
#

just have the game output all the sounds on different channels to windows

noble ginkgo
#

I don't think that's practical either
windows does audio per-process afaik

lethal pelican
#

TBF, windows audio is kinda stupid