Skip to content

Conversation

iftaken
Copy link
Collaborator

@iftaken iftaken commented Sep 19, 2022

  1. use cmd for voice clone , finetune and ernie-sat
  2. update vite 2.9.13

@iftaken iftaken marked this pull request as draft September 19, 2022 14:53
@iftaken iftaken marked this pull request as ready for review September 20, 2022 06:07
@iftaken iftaken requested a review from yt605155624 September 20, 2022 06:11
@yt605155624 yt605155624 added this to the r1.2.0 milestone Sep 20, 2022
@yt605155624
Copy link
Collaborator

图片最好不要直接上传,会增大 repo 的体积,可以上传到 pr 或者 issue 里面获取一个 github 提供的图片链接

@@ -20,18 +31,130 @@ PaddleSpeechDemo 是一个以 PaddleSpeech 的语音交互功能为主体开发

### 后端环境安装

Model 中如果有模型之前是已经下载过的,就不需要在下载了,引一个软链接到 `source/model` 目录下就可以了,不需要重复下载

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

感觉这里可以不要。然后下面的下载部分可以分步骤,一个步骤一个 bash 脚本

Copy link
Contributor

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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

多余的注释删掉

@iftaken iftaken merged commit 386ae85 into PaddlePaddle:develop Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants