You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# echo system
|
|
|
|
ASR + TTS
|
|
|
|
中文:
|
|
```shell
|
|
CUDA_VISIBLE_DEVICES=0 ./run.sh 用科技让复杂的世界更简单 . zh
|
|
```
|
|
|
|
英文:
|
|
```shell
|
|
CUDA_VISIBLE_DEVICES=0 ./run.sh "Text to speech system converts normal language text into speech." . en
|
|
```
|