@ -72,9 +72,13 @@ newline
info "========================================[start $0 $pid]"
info "GST_ARGS: $*"
# Force 5.1 (untested)
"$path.orig" "$@" 2>> $stderrfile &
child=$!
wait "$child"
gst-launch-1.0 uridecodebin uri=file://"$1" ! audioconvert ! audioresample ! audio/x-raw,channels=6 ! alsasink 2>> $stderrfile
endprocess