From: Dmitry D. Chernov <blackdoomer@yandex.ru>
Date: Mon, 16 May 2022 19:03:49 +0000 (+1000)
Subject: Game: Replace Prikolist's sounds with non-clipped originals
X-Git-Url: http://deadsoftware.ru/gitweb?a=commitdiff_plain;h=775d6ecf587c2d191bcd656cca68c64f82585c6f;p=DF-Res.git

Game: Replace Prikolist's sounds with non-clipped originals
MAN_ALERT.wav: oldprog\watcom\PROG\STOP.SND
TRUP.wav: oldprog\watcom\PROG\TRUP.SND

Both files are RAW 8-bit unsigned PCM mono; recording sample rate is either 11025 or 11000 Hz.
I chose 11025 because that's what is specified in the resource headers in 1.40 (DSSTOP1 and DSUTRUP, respectively).
---

diff --git a/GameWAD/MSOUNDS/MAN_ALERT.wav b/GameWAD/MSOUNDS/MAN_ALERT.wav
index c9c7daa..36855c3 100644
Binary files a/GameWAD/MSOUNDS/MAN_ALERT.wav and b/GameWAD/MSOUNDS/MAN_ALERT.wav differ
diff --git a/GameWAD/MSOUNDS/TRUP.wav b/GameWAD/MSOUNDS/TRUP.wav
index 920d001..3abf333 100644
Binary files a/GameWAD/MSOUNDS/TRUP.wav and b/GameWAD/MSOUNDS/TRUP.wav differ