BryceSchroeder / delvmod

A Python module and demonstration programs for modding a classic computer RPG
GNU General Public License v3.0
4 stars 5 forks source link

Sounds are very quiet #9

Closed BryceSchroeder closed 9 years ago

BryceSchroeder commented 9 years ago

The sounds loaded with the delv.sound.Asnd class are much quieter than they probably should be. Looking at the data, they don't seem stray much away from +/- 128..

BryceSchroeder commented 9 years ago

The sounds are 8 bit bit stored as 16 bits for whatever reason, but they are not shifted left 8 as one would expect under this circumstance... anyway, fixed.