Commit Graph

221 Commits (d35dda002012d84b742dfef86b917fd7d3a40b37)

Author SHA1 Message Date
Hui Zhang dfdf450b22 fix ; and format 3 years ago
huangyuxin 47dd61e5b2 refactor ds2, cli, server 3 years ago
KP 1e066fab9e Add paddlespeech.resource. 3 years ago
KP dcea088c66 Add paddlespeech.resource. 3 years ago
KP fa6e44e4ff Add paddlespeech.resource. 3 years ago
TianYuan b6ad4260eb fix bug in tts cli, test=tts 3 years ago
KP 6c57c2bf8e Dynamic cli commands registration. 3 years ago
Hui Zhang f07f57a3a8
Merge pull request from PaddlePaddle/asr_line 3 years ago
xiongxinlei 7afbdbefad update the vector model, test=doc 3 years ago
TianYuan 5ee3cc0c31
Merge pull request from yt605155624/add_vits 3 years ago
Hui Zhang c15278ed80 format 3 years ago
TianYuan 433ebf2594
Merge pull request from yt605155624/rm_fluid 3 years ago
TianYuan c1b512c58a rm fluid in tts, test=tts 3 years ago
huangyuxin ea71fddbde fix condition of wenetspeech 3 years ago
Jackwaterveg 3638320f3b
fix self.max_len 3 years ago
huangyuxin 008c812f63 fix cli/asr 3 years ago
TianYuan df3f975ea5 Merge branch 'develop' of github.com:PaddlePaddle/PaddleSpeech into add_vits 3 years ago
TianYuan 58028509c3 replace dynamic_import 3 years ago
xiongxinlei b1ef434983 update the max len compute method, test=doc 3 years ago
xiongxinlei 0ea39f837b add asr time limt configuration, test=doc 3 years ago
KP 19d015b60a Add RFT for asr task. 3 years ago
KP da08f1c1af Add RFT for asr task. 3 years ago
Hui Zhang 02e7586394 update readme 3 years ago
Hui Zhang 94aaa61726
Merge pull request from KPatr1ck/cli_version 3 years ago
KP 677898ab96 Add version command in cli. 3 years ago
root 3a7896fc96 update cli, test=asr 3 years ago
Hui Zhang 8522b82999 format 3 years ago
xiongxinlei 10da21a77b update the vector cli for server, test=doc 3 years ago
xiongxinlei b1dddddbe0 add vector server, test=doc 3 years ago
Hui Zhang fc96130fdc fix speechx core dump when stop immediately after start 3 years ago
huangyuxin 4494f5a1fc add cli models, test=doc 3 years ago
huangyuxin 18197cd3a5 renew ds2 model, test=doc 3 years ago
Honei f72cbc9b6d
Merge branch 'develop' into v0.3 3 years ago
xiongxinlei 7007b0ecac update the asr server api, test=doc 3 years ago
Hui Zhang 5e23025c31 fix speechx ws server to return dummpy partial result, fix hang for ws client 3 years ago
Hui Zhang d7c8c1779f
Merge pull request from Jackwaterveg/debug 3 years ago
huangyuxin e145b26355 fix 3 years ago
huangyuxin 4f9e8bfa90 renew ds2 online, test=doc 3 years ago
Hui Zhang f11855415c
Merge pull request from Jackwaterveg/cli 3 years ago
huangyuxin 1e999c27e9 fix exit, test=doc 3 years ago
xiongxinlei ba62b85e9b add text punc server, test=doc 3 years ago
huangyuxin c21c3d220d fix infer, test=doc 3 years ago
TianYuan 0b1b573a3f
Merge pull request from Jackwaterveg/cli 3 years ago
huangyuxin ad4e04fc82 add conformer_online_aishell, test=doc 3 years ago
huangyuxin 12d2f6ea95 fix conformer_aishell of cli, test=doc 3 years ago
Hui Zhang 91e24b0480 format code 3 years ago
huangyuxin 19998ea29b add aishell conformer, test=doc 3 years ago
Hui Zhang c7d9b11529 format 3 years ago
xiongxinlei babac27a79 fix ds2 online edge bug, test=doc 3 years ago
xiongxinlei dcab04a799 merge develop to server 3 years ago
xiongxinlei f56dba0ca7 fix the code format, test=doc 3 years ago
Honei 55122cfc86
Merge branch 'develop' into server 3 years ago
TianYuan a44f5c099e update cli, test=doc 3 years ago
Honei 9d20a10b5a
Merge branch 'develop' into server 3 years ago
xiongxinlei d21ccd0287 add conformer online server, test=doc 3 years ago
TianYuan 8b801ca18b change NLC to NCL in speedyspeech, test=tts 3 years ago
Honei f500fa8bde
Merge pull request from Honei/develop 3 years ago
Hui Zhang 1843bed458
Merge pull request from Jackwaterveg/cli 3 years ago
Jackwaterveg c852776bc6
test=doc 3 years ago
Jackwaterveg 4922e697e1
update cli, test = asr 3 years ago
Jackwaterveg 1c05d03806
test=asr 3 years ago
Honei 83310b6379
Merge branch 'develop' into develop 3 years ago
huangyuxin faf21f033f add duration limitation for asr 3 years ago
xiongxinlei d064c8196e update the speaker verification model, test=doc 3 years ago
xiongxinlei e72912adb9 update the speaker verification model, test=doc 3 years ago
xiongxinlei 48b8cc8937 add score method, test=doc 3 years ago
xiongxinlei ed7113f320 change the vector output to numpy.array 3 years ago
xiongxinlei 2c9dc0c89b add some vector cli comments, test=doc 3 years ago
xiongxinlei ef1bc5e815 vector cli output dim info, test=doc 3 years ago
xiongxinlei d5142e5e15 add vector cli annotation, test=doc 3 years ago
xiongxinlei ad2caf2ccb add speaker verification demo and doc, test=doc 3 years ago
Honei 305bacdcf2
Merge branch 'develop' into vox12 3 years ago
xiongxinlei 0bb67d8b8e add vector cli unit test, test=doc 3 years ago
TianYuan 342b487383 update readme for ljspeech hifigan, test=tts 3 years ago
TianYuan e5e8b8a129
Merge pull request from yt605155624/add_vctk_hifigan 3 years ago
TianYuan 6469568d2a update readme for vctk hifigan, test=tts 3 years ago
xiongxinlei 9874fb7d75 add some comments in code 3 years ago
xiongxinlei b9eafddd94 change - to _ to distinguish field 3 years ago
xiongxinlei 9c6735f921 add vector voxceleb12 base mode url, test=doc 3 years ago
xiongxinlei d28ccfa96b add vector cli component, test=doc 3 years ago
KP 831cadacc7 Add paddleaudio doc. 3 years ago
Hui Zhang 6abc5d9f7e format 3 years ago
lym0302 99fa7a8205 add server cls, test=doc 3 years ago
Hui Zhang 5ba4907c44
Merge pull request from lym0302/server_cli 3 years ago
lym0302 ab04488738 update server cli, test=doc 3 years ago
lym0302 72c0cda30c add paddlespeech_server stats, test=doc 3 years ago
lym0302 395c923dee modified text sr to lang, test=doc 3 years ago
lym0302 96abb33b5b add __call__, test=doc 3 years ago
lym0302 5f1728f855 rm server related, test=doc 3 years ago
lym0302 35357e775e update, test=doc 3 years ago
lym0302 e5aa24fa5a resolve setup.py conflicts, test=doc 3 years ago
lym0302 fe6be4a65e Merge branch 'develop' of https://github.com/lym0302/PaddleSpeech into paddlespeech_stats 3 years ago
lym0302 f8375764b9 add paddlespeech stats, test=doc 3 years ago
Hui Zhang 6b1fe70100 format code,test=doc 3 years ago
WilliamZhang06 a6ec3a26f1
Merge branch 'develop' into server_asr 3 years ago
WilliamZhang06 8b4602f738 added isinstance code, test=doc 3 years ago
WilliamZhang06 147018a8b4 added cli changed code, test=doc 3 years ago
KP d36a4ccfc8 Add cli logger control. 3 years ago
KP 94ed5969fa Add cli logger control. 3 years ago
KP 7814fba07f Update batch input. 3 years ago