Commit d5c9a967 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

fix 5_1_4 to 5_1_2 downmix matrix in pyaudio3dtools

parent 2ad1e20a
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -87,8 +87,8 @@ IVAS_CICP16_TO_12[[48, 57, 68, 77]] = 0.89999964
IVAS_CICP16_TO_12 = IVAS_CICP16_TO_12.reshape(10, 8)

IVAS_CICP16_TO_14 = np.zeros(10 * 8)
IVAS_CICP16_TO_14[[0, 11, 22, 33, 44, 55, 66, 77]] = 1
IVAS_CICP16_TO_14[[48, 59]] = 0.899999964
IVAS_CICP16_TO_14[[0, 9, 18, 27, 36, 45, 54, 63]] = 1
IVAS_CICP16_TO_14[[68, 77]] = 0.899999964
IVAS_CICP16_TO_14 = IVAS_CICP16_TO_14.reshape(10, 8)

IVAS_CICP19_TO_6 = np.zeros(12 * 6)