-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use cmd for voice clone , finetune and ernie-sat #2412
Conversation
iftaken
commented
Sep 19, 2022
- use cmd for voice clone , finetune and ernie-sat
- update vite 2.9.13
图片最好不要直接上传,会增大 repo 的体积,可以上传到 pr 或者 issue 里面获取一个 github 提供的图片链接 |
a9e3ce1
to
d5d94cb
Compare
@@ -20,18 +31,130 @@ PaddleSpeechDemo 是一个以 PaddleSpeech 的语音交互功能为主体开发 | |||
|
|||
### 后端环境安装 | |||
|
|||
Model 中如果有模型之前是已经下载过的,就不需要在下载了,引一个软链接到 `source/model` 目录下就可以了,不需要重复下载 | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
感觉这里可以不要。然后下面的下载部分可以分步骤,一个步骤一个 bash 脚本
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
感觉 readme 有点乱,感觉分成基本的环境, 然后 main.py 需要什么, vc 需要什么这样来弄感觉会好一点。
@@ -19,6 +19,26 @@ export const apiURL = { | |||
CHAT_SOCKET_RECORD: 'ws://localhost:8010/ws/asr/offlineStream', // ChatBot websocket 接口 | |||
ASR_SOCKET_RECORD: 'ws://localhost:8010/ws/asr/onlineStream', // Stream ASR 接口 | |||
TTS_SOCKET_RECORD: 'ws://localhost:8010/ws/tts/online', // Stream TTS 接口 | |||
|
|||
// voice clone |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
多余的注释删掉