mirror of
https://github.com/wavemotion-dave/GimliDS.git
synced 2025-06-18 13:55:32 -04:00
Increase sound volume 50%
This commit is contained in:
parent
b176549821
commit
bc9f135048
@ -970,7 +970,7 @@ ITCM_CODE int16 DigitalRenderer::calc_buffer(int16 *buf, long count)
|
||||
sum_output_filter = yn;
|
||||
|
||||
int32_t ext_output = (sum_output - sum_output_filter + dc_offset) * master_volume;
|
||||
ext_output >>= 14;
|
||||
ext_output >>= 13;
|
||||
|
||||
// Write to buffer
|
||||
if (ext_output > 0x7fff) { // Using filters can cause minor clipping
|
||||
|
Loading…
Reference in New Issue
Block a user