From 1407dfdb70775d1fb9dd41bd954c8f9674d829ad Mon Sep 17 00:00:00 2001 From: rockbenben Date: Wed, 11 Oct 2023 11:01:54 +0800 Subject: [PATCH] feat: add audio component support --- docs/.vuepress/theme.ts | 2 +- docs/_posts/2023-10-07-clone-voice.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/.vuepress/theme.ts b/docs/.vuepress/theme.ts index 4ca7110d77..6bc9bc15dc 100644 --- a/docs/.vuepress/theme.ts +++ b/docs/.vuepress/theme.ts @@ -135,7 +135,7 @@ export default hopeTheme({ // 组件库 components: { - components: ["Badge", "BiliBili", "VideoPlayer", "YouTube"], + components: ["Badge", "BiliBili", "AudioPlayer", "VideoPlayer", "YouTube"], }, // 禁用不需要的配置 diff --git a/docs/_posts/2023-10-07-clone-voice.md b/docs/_posts/2023-10-07-clone-voice.md index 7f02822d3e..1145504b50 100644 --- a/docs/_posts/2023-10-07-clone-voice.md +++ b/docs/_posts/2023-10-07-clone-voice.md @@ -83,9 +83,7 @@ order: -56 ### 语音克隆的「口音」问题 -> 每个人的声音都是独一无二的,克隆自己的声音可以用于制作高度个性化的内容。 - -示例音频: + 这个示例是使用 8 分钟 B 站视频和 CJE 模型训练出的。但你可能注意到了明显的断调口音问题,仿佛一个日本人在说中文。正如 @zachx121 指出的,「CJE 用的时候 romaji 的注音,就好比说用汉语拼音去标注英文单词的发音一样会有“口音”」。为了避免这个问题,可以使用纯中文设计的 C 模式进行训练和生成,以确保音频的自然和准确性。增加训练次数也有助于改善口音问题。