Loading scripts/ivas_conformance/runConformance.py +1 −1 Original line number Diff line number Diff line Loading @@ -693,7 +693,7 @@ class MLDConformance: return (non_be, None, None, None) else: refDecOutputFile = testDesc.refOutput.replace(".splt.bit", ".wav") dutDecOutputFile = testDesc.dutOutput.replace(".splt.bit", ".wav") dutDecOutputFile = testDesc.dutOutput.replace(".splt.bit", "_CUT_REFDECODED.wav") # Decode the encoded output with Reference ISAR decoder dutDecCmd = testDesc.refDecCmdline.split() for idx, cmd in enumerate(dutDecCmd): Loading Loading
scripts/ivas_conformance/runConformance.py +1 −1 Original line number Diff line number Diff line Loading @@ -693,7 +693,7 @@ class MLDConformance: return (non_be, None, None, None) else: refDecOutputFile = testDesc.refOutput.replace(".splt.bit", ".wav") dutDecOutputFile = testDesc.dutOutput.replace(".splt.bit", ".wav") dutDecOutputFile = testDesc.dutOutput.replace(".splt.bit", "_CUT_REFDECODED.wav") # Decode the encoded output with Reference ISAR decoder dutDecCmd = testDesc.refDecCmdline.split() for idx, cmd in enumerate(dutDecCmd): Loading