[quake3-commits] [ioquake/ioq3] 70d07d: Fix (disabled) Wavelet sound decompression
zturtleman
noreply at github.com
Wed Nov 23 13:27:29 EST 2022
Branch: refs/heads/main
Home: https://github.com/ioquake/ioq3
Commit: 70d07d91d62dcdd2f2268d1ac401bfb697b4c991
https://github.com/ioquake/ioq3/commit/70d07d91d62dcdd2f2268d1ac401bfb697b4c991
Author: Zack Middleton <zack at cloemail.com>
Date: 2022-11-23 (Wed, 23 Nov 2022)
Changed paths:
M code/client/snd_mix.c
Log Message:
-----------
Fix (disabled) Wavelet sound decompression
The first chunk of Wavelet sound was decoded as ADPCM and then
following chunks were decoded as Wavelet. It played as static
noise.
Using Wavelet compression requires engine code changes to enable.
More information about the quake3-commits
mailing list