From 7cd9bf18183a9b9ca4e86a4a231cac6fda2f9667 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 1 Jan 2023 22:03:11 -0800 Subject: Fix a comment --- core/voice.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core/voice.cpp') diff --git a/core/voice.cpp b/core/voice.cpp index 9add9797..0199d948 100644 --- a/core/voice.cpp +++ b/core/voice.cpp @@ -951,8 +951,7 @@ void Voice::prepare(DeviceBase *device) * use different shelf filters after mixing it, given any old speaker * setup the user has. To make this work, we apply the expected shelf * filters for decoding UHJ2 to quad (only needs LF scaling), and act - * as if those 4 quad channels are encoded right back onto higher-order - * B-Format. + * as if those 4 quad channels are encoded right back into B-Format. * * This isn't perfect, but without an entirely separate and limited * UHJ2 path, it's better than nothing. -- cgit v1.2.3