From a59b718e8a909f5d31497816f4968a187e903248 Mon Sep 17 00:00:00 2001 From: Josh Washburne Date: Tue, 23 Mar 2021 09:53:17 -0400 Subject: [PATCH] Accidentally an 'R' --- src/pyebur128/pyebur128.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyebur128/pyebur128.pyx b/src/pyebur128/pyebur128.pyx index 4edf34d..11dfed0 100644 --- a/src/pyebur128/pyebur128.pyx +++ b/src/pyebur128/pyebur128.pyx @@ -21,7 +21,7 @@ class ChannelType(enum.IntEnum): M_PLUS_000 = 3 # ITU M+000 LEFT_SURROUND = 4 M_PLUS_110 = 4 # ITU M+110 - RIGHT_SUROUND = 5 + RIGHT_SURROUND = 5 M_MINUS_110 = 5 # ITU M-110 DUAL_MONO = 6 # A channel that's counted twice M_PLUS_SC = 7 # ITU M+SC