From dab3a9573482c71fa0af53a05cd94fb5a2faa61d Mon Sep 17 00:00:00 2001 From: tildearrow Date: Thu, 20 Apr 2023 02:41:41 -0500 Subject: [PATCH] but QSound ADPCM is already there... --- papers/doc/7-systems/qsound.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/papers/doc/7-systems/qsound.md b/papers/doc/7-systems/qsound.md index 7089ec0e8..81bfe4b9c 100644 --- a/papers/doc/7-systems/qsound.md +++ b/papers/doc/7-systems/qsound.md @@ -8,7 +8,7 @@ because the chip lacks sample interpolation, it is recommended that you try to p the QSound chip also has a small echo buffer, somewhat similar to the SNES, although with a very basic (and non-adjustable) filter. it is however possible to adjust the feedback and length of the echo buffer (the initial values can be set in the "configure chip" option in the file menu or the chip manager). -there are also 3 ADPCM channels, however they cannot be used in Furnace yet. they have been reserved in case this feature is added later. ADPCM samples are limited to 8012 Hz. +there are also 3 ADPCM channels. ADPCM samples are fixed to 8012 Hz. # effects