You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For more information about server command lines, please see: [speech server demos](https://github.com/PaddlePaddle/PaddleSpeech/tree/develop/demos/speech_server)
281
281
282
282
283
+
<aname="ModelList"></a>
284
+
283
285
## Model List
284
286
285
287
PaddleSpeech supports a series of most popular models. They are summarized in [released models](./docs/source/released_model.md) and attached with available pretrained models.
286
288
289
+
<aname="SpeechToText"></a>
290
+
287
291
**Speech-to-Text** contains *Acoustic Model*, *Language Model*, and *Speech Translation*, with the following details:
288
292
289
293
<tablestyle="width:100%">
@@ -357,6 +361,8 @@ PaddleSpeech supports a series of most popular models. They are summarized in [r
357
361
</tbody>
358
362
</table>
359
363
364
+
<aname="TextToSpeech"></a>
365
+
360
366
**Text-to-Speech** in PaddleSpeech mainly contains three modules: *Text Frontend*, *Acoustic Model* and *Vocoder*. Acoustic Model and Vocoder models are listed as follow:
361
367
362
368
<table>
@@ -473,6 +479,8 @@ PaddleSpeech supports a series of most popular models. They are summarized in [r
473
479
</tbody>
474
480
</table>
475
481
482
+
<aname="AudioClassification"></a>
483
+
476
484
**Audio Classification**
477
485
478
486
<tablestyle="width:100%">
@@ -496,6 +504,8 @@ PaddleSpeech supports a series of most popular models. They are summarized in [r
496
504
</tbody>
497
505
</table>
498
506
507
+
<aname="SpeakerVerification"></a>
508
+
499
509
**Speaker Verification**
500
510
501
511
<tablestyle="width:100%">
@@ -519,6 +529,8 @@ PaddleSpeech supports a series of most popular models. They are summarized in [r
0 commit comments