OtherCrashOverride / go-play

Retro emulation for the ODROID-GO
https://www.hardkernel.com/shop/odroid-go/
218 stars 72 forks source link

Lower volume levels #3

Closed kamotswind closed 6 years ago

kamotswind commented 6 years ago

I'm not sure if these values will work but I wanted to propose spreading out the volume levels a little more. The loudest setting is fine for very noisy environments but the mid and low settings could be lower in my opinion. The most important change is to the low setting since it just seems a bit too loud for a quiet environment where you want sound but don't want it overly loud.

OtherCrashOverride commented 6 years ago

The issue with volume is that the DAC is only 8bit. As the value decreases, so does the usable bits (12.5% = 1bit). The lowest setting was the result of testing across emulators and titles for the least acceptable limit.

kamotswind commented 6 years ago

Ok that makes sense. Thanks!