description:"Typeforthemanualpipelinerun.Use'pytest-mld'torunMLDtestagainstreferencefloatcodec."# Not implemented yet, but may be good to have a manual pipeline trigger
@@ -97,6 +98,10 @@ stages:
-if:$CI_PIPELINE_SOURCE == 'push'
when:never
.apply-testv-scaling:&apply-testv-scaling
-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