aboutsummaryrefslogtreecommitdiffstats
path: root/core/voice.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2023-01-01 22:03:11 -0800
committerChris Robinson <[email protected]>2023-01-01 22:03:11 -0800
commit7cd9bf18183a9b9ca4e86a4a231cac6fda2f9667 (patch)
tree9fed622adaaeeda69081db9ccf57371b018995d9 /core/voice.cpp
parent2e98295fd78a45e444529d44b181af8c1b66dc1f (diff)
Fix a comment
Diffstat (limited to 'core/voice.cpp')
-rw-r--r--core/voice.cpp3
1 files changed, 1 insertions, 2 deletions
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.