l radio news: ignore stdout of tts
This commit is contained in:
parent
1e89787cba
commit
3ad7dd0565
|
@ -17,7 +17,7 @@ let
|
||||||
stripRoot = false;
|
stripRoot = false;
|
||||||
}}/en-us-libritts-high.onnx \
|
}}/en-us-libritts-high.onnx \
|
||||||
-s "$SPEAKER" \
|
-s "$SPEAKER" \
|
||||||
-f "$OUTPUT"/"$offset".wav
|
-f "$OUTPUT"/"$offset".wav >/dev/null
|
||||||
|
|
||||||
((offset+=1))
|
((offset+=1))
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue