description:"Typeforthemanualpipelinerun.Use'pytest-mld'torunMLDtestagainstreferencefloatcodec."# Not implemented yet, but may be good to have a manual pipeline trigger
@@ -74,6 +75,16 @@ stages:
-echo "Applying level scaling in scripts/testv using scale=$LEVEL_SCALING"
-for file in `ls ./scripts/testv/*.wav`; do tests/scale_pcm.py $file tmp.wav $LEVEL_SCALING; mv tmp.wav $file;done