ypatz
8f367b056f
fix the dataclass error when python version >= 3.11 ( #4108 )
3 weeks ago
zxcd
d369b9cfe5
【ASR】add chunk conformer model for tal_cs dataset. ( #4110 )
...
* add chunk conformer model for tal_cs dataset.
* add doc
3 weeks ago
pinkman
f032b3811a
bugfix-librosa.resample-args ( #4088 )
2 months ago
co63oc
c2dc4dae2d
Fix typos ( #4021 )
...
* Fix
* Fix
* Fix
6 months ago
zxcd
05cdbd8d5e
【doc】fix download link case abnormal traffic ( #4020 )
...
* fix download link case abnormal traffic
* fix code style
6 months ago
zxcd
0479cce8ff
【audio】remove paddleaudio from paddlespeech ( #3986 )
...
* remove paddleaudio from paddlespeech
* use scikit-learn instead sklearn
* add pathos
* remove utils
* add kaldiio
* remove useless print
7 months ago
张春乔
85de840d07
【Hackathon 8th No.7】Python版本适配 3 ( #3969 )
...
* Update setup.py
* add optional
* fit with praatio>=6.0.0
* Apply suggestions from code review
* Apply suggestions from code review
* Apply suggestions from code review
8 months ago
SuiYunsy
8279539978
Fix a bug of streaming_tts_server ( #3865 )
...
* Fix a bug of streaming_tts_server
Fix "Failed to get model related files" when using fastspeech2_csmsc_onnx model in streaming_tts_server.
* Fix CodeStyle
10 months ago
Color_yr
39ba32fafb
增加文件编码读取 ( #3606 )
...
Fixed #3605
2 years ago
Hui Zhang
40124ed34f
add en_frontend file
2 years ago
guanyc
5f53e902e1
fix: 🐛 修复服务端 python ASREngine 无法使用conformer_talcs模型 ( #3230 )
...
* fix: 🐛 fix python ASREngine not pass codeswitch
* docs: 📝 Update Docs
* 修改模型判断方式
2 years ago
Shuangchi He
8c7859d3bc
Fix some typos. ( #3178 )
...
Signed-off-by: Yulv-git <yulvchi@qq.com>
2 years ago
zxcd
88fe26f17c
[ASR] add asr code-switch cli and demo, test='asr' ( #2816 )
...
* add asr code-switch cli and demo.
* fix some model named problem.
3 years ago
liangym
96d76c83ad
multi-spk tts static model ( #2779 )
...
* updata readme, test=doc
* update yaml and readme, test=tts
* fix batch_size, test=tts
* update readme, test=doc
* chmod, test=tts
* add multi-spk tts static model infer on server, test=tts
3 years ago
YangZhou
42ff946007
[audio] mv paddlespeech/audio to paddleaudio ( #2706 )
...
* split paddlespeech/audio to paddleaudio.
* add sox io ,sox effect, kaldi native fbank to paddleaudio.
3 years ago
TianYuan
63c80121e2
fix uvicorn's bug
3 years ago
tianhao zhang
e367242765
update dependency of paddle
3 years ago
tianhao zhang
cda440e6f0
use reverse_weight in decode.yaml
3 years ago
Hui Zhang
1f4f98b171
fix bug
3 years ago
Hui Zhang
2a75405e9a
Merge branch 'develop' into u2pp_export
3 years ago
Hui Zhang
467cfd4e75
Merge pull request #2489 from Zth9730/u2++_server
...
[ASR] support u2pp based cli and server, optimiz code of u2pp decode (reversed_weight parameter)
3 years ago
tianhao zhang
5b5167b586
support u2pp cli and server, optimiz code of u2pp decode, test=asr
3 years ago
tianhao zhang
5bbe6e9897
support u2pp cli and server, optimiz code of u2pp decode, test=asr
3 years ago
Zhao Yuting
304dc2603c
Update text_engine.py
3 years ago
Zhao Yuting
8c945c073d
Update application.yaml
3 years ago
Zhao Yuting
b9693a0e8e
Update text_engine.py
3 years ago
Zhao Yuting
8ecf6796f3
Update text_engine.py
3 years ago
Zhao Yuting
d2da7f50d2
Update text_engine.py
...
precommihted already
3 years ago
Zhao Yuting
82f731c153
Update application.yaml
...
change model
3 years ago
Hui Zhang
1a1ce92cb4
Merge pull request #2415 from Zth9730/u2++_decoder
...
[s2t] support bitransformer decoder
3 years ago
zhoupc2015
2ae0f66d0d
Solve "unknown format: 3" ( #2422 )
...
* Solve execute the following code with return wav:
iob = io.BytesIO(wav)
wave.open(iob, 'rb')
will throw an "unknown format: 3" exception
3 years ago
tianhao zhang
ecbf324286
support bitransformer decoder, test=asr
3 years ago
WongLaw
324b166c52
Removed useless spk_id in speech_server and streaming_tts_server from demos, and support bilingual server engine, test=tts ( #2380 )
...
* Removed useless spk_id in speech_server and streaming_tts_server from demos, and support bilingual server engine.
3 years ago
tianhao zhang
6745e9dd6b
fix dp init
3 years ago
TianYuan
35c6ffa90b
Merge branch 'develop' of https://github.com/PaddlePaddle/PaddleSpeech into add_vc2
3 years ago
TianYuan
e622f42d92
add aishell3 voice cloning with ECAPA-TDNN spk encoder
3 years ago
TianYuan
795eb7bd10
format paddlespeech with pre-commit ( #2331 )
3 years ago
tianhao zhang
ed2819d7af
fix format test=asr
3 years ago
tianhao zhang
1dfca4ef73
fix multigpu training
3 years ago
Zhao Yuting
c28064fec2
Update asr_engine.py ( #2302 )
...
* Update asr_engine.py
* Update asr_engine.py
* Update application.yaml
must add parameter "num_decoding_left_chunks" so as to modify this in other scenarios.
* Update asr_engine.py
* Update application.yaml
* Update application.yaml
* Update asr_engine.py
3 years ago
TianYuan
0baec4325a
fix stats bugs
3 years ago
Zhao Yuting
d02e04d532
Update audio_handler.py
3 years ago
TianYuan
c6b25c05f4
change logger.debug to logger.info for streaming asr
3 years ago
TianYuan
354601d0e9
fix readme, test=doc
3 years ago
Betterman-qs
e2dc204d4d
update engine_warmup.py, test=tts
3 years ago
Betterman-qs
cf1b873528
update engine_warmup.py, test=tts
3 years ago
Jackwaterveg
ae7a73bc11
Merge pull request #2138 from zh794390558/demos
...
[demos] more cli for speech demos
3 years ago
Hui Zhang
e62cbc464e
Merge pull request #2124 from zh794390558/new_api
...
[asr] optimize attention cache used for attention ; 0-dim tensor for model export
3 years ago
Hui Zhang
8376f3d40d
Merge pull request #2128 from zh794390558/endpoint
...
[server][asr]more accuracy decoding somthing
3 years ago
Hui Zhang
caaa5cd502
more cli for speech demos
3 years ago