Loading scripts/self_test.py +2 −3 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ MODES = { "5_1_4": "5_1_4", "7_1_4": "7_1_4", }, "-ISM": {"1": "ISM1", "2": "ISM2", "3": "ISM3", "4": "ISM4", "+4": "ISM+4"}, "-ISM": {"1": "ISM1", "2": "ISM2", "3": "ISM3", "4": "ISM4", "+1": "ISM+1", "+2": "ISM+2", "+3": "ISM+3", "+4": "ISM+4"}, "-SBA": { "-3": "HOA3", "3": "HOA3", Loading Loading @@ -921,7 +921,6 @@ class SelfTest(IvasScriptsCommon.IvasScript): } # needed for correct working of the IvasModeAnalyzer # get encoder and mode: enc_cmd = mode[1].pop(0).split() # print(enc_cmd) encoder_bin = enc_cmd.pop(0) Loading Loading
scripts/self_test.py +2 −3 Original line number Diff line number Diff line Loading @@ -63,7 +63,7 @@ MODES = { "5_1_4": "5_1_4", "7_1_4": "7_1_4", }, "-ISM": {"1": "ISM1", "2": "ISM2", "3": "ISM3", "4": "ISM4", "+4": "ISM+4"}, "-ISM": {"1": "ISM1", "2": "ISM2", "3": "ISM3", "4": "ISM4", "+1": "ISM+1", "+2": "ISM+2", "+3": "ISM+3", "+4": "ISM+4"}, "-SBA": { "-3": "HOA3", "3": "HOA3", Loading Loading @@ -921,7 +921,6 @@ class SelfTest(IvasScriptsCommon.IvasScript): } # needed for correct working of the IvasModeAnalyzer # get encoder and mode: enc_cmd = mode[1].pop(0).split() # print(enc_cmd) encoder_bin = enc_cmd.pop(0) Loading