Loading scripts/create_mode_force.py +2 −2 Original line number Diff line number Diff line Loading @@ -35,8 +35,8 @@ import struct MODES = { 0: "1 ACELP\n", 1: "1 TCX\n", 2: "1 TCX\n", # Current -force option does not distinguish between TCX10 and TCX20 1: "1 TCX10\n", 2: "1 TCX20\n", 3: "1 HQ\n", } SR = [16, 32, 48] Loading Loading
scripts/create_mode_force.py +2 −2 Original line number Diff line number Diff line Loading @@ -35,8 +35,8 @@ import struct MODES = { 0: "1 ACELP\n", 1: "1 TCX\n", 2: "1 TCX\n", # Current -force option does not distinguish between TCX10 and TCX20 1: "1 TCX10\n", 2: "1 TCX20\n", 3: "1 HQ\n", } SR = [16, 32, 48] Loading