Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
DeepSpeech
提交
04e4aa26
D
DeepSpeech
项目概览
PaddlePaddle
/
DeepSpeech
大约 1 年 前同步成功
通知
207
Star
8425
Fork
1598
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
245
列表
看板
标记
里程碑
合并请求
3
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
DeepSpeech
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
245
Issue
245
列表
看板
标记
里程碑
合并请求
3
合并请求
3
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
未验证
提交
04e4aa26
编写于
12月 22, 2021
作者:
小湉湉
提交者:
GitHub
12月 22, 2021
浏览文件
操作
浏览文件
下载
差异文件
Merge pull request #1189 from yt605155624/update_hifigan
[doc]update readme, test=doc_fix
上级
4233c2e2
9be59e9c
变更
14
隐藏空白更改
内联
并排
Showing
14 changed file
with
26 addition
and
27 deletion
+26
-27
demos/audio_tagging/README.md
demos/audio_tagging/README.md
+1
-1
demos/audio_tagging/README_cn.md
demos/audio_tagging/README_cn.md
+2
-2
demos/automatic_video_subtitiles/README.md
demos/automatic_video_subtitiles/README.md
+1
-1
demos/automatic_video_subtitiles/README_cn.md
demos/automatic_video_subtitiles/README_cn.md
+2
-2
demos/punctuation_restoration/README.md
demos/punctuation_restoration/README.md
+1
-1
demos/punctuation_restoration/README_cn.md
demos/punctuation_restoration/README_cn.md
+2
-2
demos/speech_recognition/README.md
demos/speech_recognition/README.md
+1
-2
demos/speech_recognition/README_cn.md
demos/speech_recognition/README_cn.md
+4
-3
demos/speech_translation/README.md
demos/speech_translation/README.md
+1
-1
demos/speech_translation/README_cn.md
demos/speech_translation/README_cn.md
+2
-2
demos/text_to_speech/README.md
demos/text_to_speech/README.md
+1
-2
demos/text_to_speech/README_cn.md
demos/text_to_speech/README_cn.md
+2
-2
examples/csmsc/tts2/local/synthesize_e2e.sh
examples/csmsc/tts2/local/synthesize_e2e.sh
+3
-3
examples/csmsc/tts3/local/synthesize_e2e.sh
examples/csmsc/tts3/local/synthesize_e2e.sh
+3
-3
未找到文件。
demos/audio_tagging/README.md
浏览文件 @
04e4aa26
...
...
@@ -9,7 +9,7 @@ This demo is an implementation to tag an audio file with 527 [AudioSet](https://
## Usage
### 1. Installation
see
https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install.md.
see
[
installation
](
https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install.md
)
.
You can choose one way from easy, meduim and hard to install paddlespeech.
...
...
demos/audio_tagging/README_cn.md
浏览文件 @
04e4aa26
...
...
@@ -9,9 +9,9 @@
## 使用方法
### 1. 安装
请看
https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install_cn.md
。
请看
[
安装文档
](
https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install_cn.md
)
。
你可以从
easy,medium,hard
三中方式中选择一种方式安装。
你可以从
easy,medium,hard
三中方式中选择一种方式安装。
### 2. 准备输入
这个 demo 的输入应该是一个 WAV 文件(
`.wav`
),
...
...
demos/automatic_video_subtitiles/README.md
浏览文件 @
04e4aa26
...
...
@@ -8,7 +8,7 @@ This demo is an implementation to automatic video subtitles from a video file. I
## Usage
### 1. Installation
see
https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install.md
.
see
[
installation
](
https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install.md
)
.
You can choose one way from easy, meduim and hard to install paddlespeech.
...
...
demos/automatic_video_subtitiles/README_cn.md
浏览文件 @
04e4aa26
...
...
@@ -6,9 +6,9 @@
这个 demo 是一个为视频自动生成字幕的实现,它可以通过使用
`PaddleSpeech`
的单个命令或 python 中的几行代码来实现。
## 使用方法
### 1. 安装
请看
https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install_cn.md
。
请看
[
安装文档
](
https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install_cn.md
)
。
你可以从
easy,medium,hard
三中方式中选择一种方式安装。
你可以从
easy,medium,hard
三中方式中选择一种方式安装。
### 2. 准备输入
获取包含特定语言语音的视频文件:
...
...
demos/punctuation_restoration/README.md
浏览文件 @
04e4aa26
...
...
@@ -7,7 +7,7 @@ This demo is an implementation to restore punctuation from raw text. It can be d
## Usage
### 1. Installation
see
https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install.md.
see
[
installation
](
https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install.md
)
.
You can choose one way from easy, meduim and hard to install paddlespeech.
...
...
demos/punctuation_restoration/README_cn.md
浏览文件 @
04e4aa26
...
...
@@ -9,9 +9,9 @@
## 使用方法
### 1. 安装
请看
https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install_cn.md
。
请看
[
安装文档
](
https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install_cn.md
)
。
你可以从
easy,medium,hard
三中方式中选择一种方式安装。
你可以从
easy,medium,hard
三中方式中选择一种方式安装。
### 2. 准备输入
这个 demo 的输入是通过参数传递的特定语言的文本。
...
...
demos/speech_recognition/README.md
浏览文件 @
04e4aa26
...
...
@@ -8,11 +8,10 @@ This demo is an implementation to recognize text from a specific audio file. It
## Usage
### 1. Installation
see
https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install.md.
see
[
installation
](
https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install.md
)
.
You can choose one way from easy, meduim and hard to install paddlespeech.
### 2. Prepare Input File
The input of this demo should be a WAV file(
`.wav`
), and the sample rate must be the same as the model.
...
...
demos/speech_recognition/README_cn.md
浏览文件 @
04e4aa26
...
...
@@ -7,9 +7,10 @@
这个 demo 是一个从给定音频文件识别文本的实现,它可以通过使用
`PaddleSpeech`
的单个命令或 python 中的几行代码来实现。
## 使用方法
### 1. 安装
```
bash
pip
install
paddlespeech
```
请看
[
安装文档
](
https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install_cn.md
)
。
你可以从 easy,medium,hard 三中方式中选择一种方式安装。
### 2. 准备输入
这个 demo 的输入应该是一个 WAV 文件(
`.wav`
),并且采样率必须与模型的采样率相同。
...
...
demos/speech_translation/README.md
浏览文件 @
04e4aa26
...
...
@@ -7,7 +7,7 @@ This demo is an implementation to recognize text from a specific audio file and
## Usage
### 1. Installation
see
https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install.md.
see
[
installation
](
https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install.md
)
.
You can choose one way from easy, meduim and hard to install paddlespeech.
...
...
demos/speech_translation/README_cn.md
浏览文件 @
04e4aa26
...
...
@@ -8,9 +8,9 @@
## 使用方法
### 1. 安装
请看
https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install_cn.md
。
请看
[
安装文档
](
https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install_cn.md
)
。
你可以从
easy,medium,hard
三中方式中选择一种方式安装。
你可以从
easy,medium,hard
三中方式中选择一种方式安装。
### 2. 准备输入
这个 Demo 的输入是 WAV(
`.wav`
) 语音文件
...
...
demos/text_to_speech/README.md
浏览文件 @
04e4aa26
...
...
@@ -8,11 +8,10 @@ This demo is an implementation to generate audio from the given text. It can be
## Usage
### 1. Installation
see
https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install.md.
see
[
installation
](
https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install.md
)
.
You can choose one way from easy, meduim and hard to install paddlespeech.
### 2. Prepare Input
The input of this demo should be a text of the specific language that can be passed via argument.
### 3. Usage
...
...
demos/text_to_speech/README_cn.md
浏览文件 @
04e4aa26
...
...
@@ -9,9 +9,9 @@
## 使用方法
### 1. 安装
请看
https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install_cn.md
。
请看
[
安装文档
](
https://github.com/PaddlePaddle/PaddleSpeech/blob/develop/docs/source/install_cn.md
)
。
你可以从
easy,medium,hard
三中方式中选择一种方式安装。
你可以从
easy,medium,hard
三中方式中选择一种方式安装。
### 2. 准备输入
...
...
examples/csmsc/tts2/local/synthesize_e2e.sh
浏览文件 @
04e4aa26
...
...
@@ -82,9 +82,9 @@ if [ ${stage} -le 3 ] && [ ${stop_stage} -ge 3 ]; then
--am_ckpt
=
${
train_output_path
}
/checkpoints/
${
ckpt_name
}
\
--am_stat
=
dump/train/feats_stats.npy
\
--voc
=
hifigan_csmsc
\
--voc_config
=
pwg_baker_ckpt_0.4/pwg_
default.yaml
\
--voc_ckpt
=
pwg_baker_ckpt_0.4/pwg_snapshot_iter_4
00000.pdz
\
--voc_stat
=
pwg_baker_ckpt_0.4/pwg
_stats.npy
\
--voc_config
=
hifigan_csmsc_ckpt_0.1.1/
default.yaml
\
--voc_ckpt
=
hifigan_csmsc_ckpt_0.1.1/snapshot_iter_25
00000.pdz
\
--voc_stat
=
hifigan_csmsc_ckpt_0.1.1/feats
_stats.npy
\
--lang
=
zh
\
--text
=
${
BIN_DIR
}
/../sentences.txt
\
--output_dir
=
${
train_output_path
}
/test_e2e
\
...
...
examples/csmsc/tts3/local/synthesize_e2e.sh
浏览文件 @
04e4aa26
...
...
@@ -80,9 +80,9 @@ if [ ${stage} -le 3 ] && [ ${stop_stage} -ge 3 ]; then
--am_ckpt
=
${
train_output_path
}
/checkpoints/
${
ckpt_name
}
\
--am_stat
=
dump/train/speech_stats.npy
\
--voc
=
hifigan_csmsc
\
--voc_config
=
hifigan_
test
/default.yaml
\
--voc_ckpt
=
hifigan_
test/snapshot_iter_16
00000.pdz
\
--voc_stat
=
hifigan_
test
/feats_stats.npy
\
--voc_config
=
hifigan_
csmsc_ckpt_0.1.1
/default.yaml
\
--voc_ckpt
=
hifigan_
csmsc_ckpt_0.1.1/snapshot_iter_25
00000.pdz
\
--voc_stat
=
hifigan_
csmsc_ckpt_0.1.1
/feats_stats.npy
\
--lang
=
zh
\
--text
=
${
BIN_DIR
}
/../sentences.txt
\
--output_dir
=
${
train_output_path
}
/test_e2e
\
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录