Commit 1d027f9f authored by norvell's avatar norvell
Browse files

Correct mapping of TCX10/TCX20 in create_mode_force.py

parent 173ffbdf
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,8 +35,8 @@ import struct

MODES = {
    0: "1 ACELP\n",
    1: "1 TCX10\n",
    2: "1 TCX20\n", 
    1: "1 TCX20\n",
    2: "1 TCX10\n", 
    3: "1 HQ\n",
}
SR = [16, 32, 48]