NagyD / SDLPoP

An open-source port of Prince of Persia, based on the disassembly of the DOS version.
GNU General Public License v3.0
1.1k stars 141 forks source link

Fix one corrupted sword attack audio sample #106

Closed zaps166 closed 7 years ago

zaps166 commented 7 years ago

DIGISND1.DAT: At position 0x693B replace 0xA1 by 0x80 which is silence. This prevents "click" at the end of sword attack sound.

Falcury commented 7 years ago

Hm, somehow I never noticed before that there was a click after the swooshing sound!

zaps166 commented 7 years ago

First sound is before the fix, second is after the fix.

sound

Sound.wav - replace .txt by .wav

NagyD commented 7 years ago

Indeed... You must have good ears! :ear: :)

zaps166 commented 7 years ago

You must have good ears!

:)

Btw. I think that something is wrong with resampling quality (from 11025 Hz) - I'll look at this later :)