4 lines
156 B
4 lines
156 B
3 years ago
|
#!/bin/bash
|
||
|
|
||
|
paddlespeech_client tts --server_ip 127.0.0.1 --port 8090 --input "您好,欢迎使用百度飞桨语音合成服务。" --output output.wav
|