Commit f92589be authored by norvell's avatar norvell
Browse files

Merge branch '1271-support-tcx10-tcx20-in-the-create_mode_force-py-script' into 'main'

Resolve "Support TCX10/TCX20 in the `create_mode_force.py` script"

See merge request !1988
parents fe73ba2b c845f674
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 TCX\n",
    2: "1 TCX\n", # Current -force option does not distinguish between TCX10 and TCX20   
    1: "1 TCX20\n",
    2: "1 TCX10\n", 
    3: "1 HQ\n",
}
SR = [16, 32, 48]