PaddlePaddle / PaddleSpeech

Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming TTS with text frontend, Speaker Verification System, End-to-End Speech Translation and Keyword Spotting. Won NAACL2022 Best Demo Award.
https://paddlespeech.readthedocs.io
Apache License 2.0
10.98k stars 1.83k forks source link

【问题解决】待提测和待修复的命令和目录 #3783

Closed kk-2000 closed 2 months ago

kk-2000 commented 4 months ago

背景

对paddlespeech的demos和example进行验证,对验证通过的命令进行提测,对验证未通过的命令进行修复,详细信息见 适配验证表

验证环境

已验证可提测

序号 命令 目录 结果 认领人/状态/PR号
1 paddlespeech cls --input ./cat.wav --topk 10 demos/audio_tagging Snipaste_2024-05-14_22-00-10
2 - demos/automatic_video_subtitiles Snipaste_2024-05-14_21-32-54
3 - demos/custom_streaming_asr client
4 paddlespeech kws --input ./hey_snips.wav paddlespeech kws --input ./non-keyword.wav demos/keyword_spotting Snipaste_2024-05-03_20-39-38
5 paddlespeech text --input 今天的天气真不错啊你下午有空吗我想约你一起去吃饭 demos/punctuation_restoration Snipaste_2024-05-03_20-44-20
6 paddlespeech vector --task spk --input 85236145389.wav demos/speaker_verification 声纹识别
7 - demos/speech_web Snipaste_2024-06-03_09-22-44
8 paddlespeech ssl --task asr --lang en --input ./en.wav demos/speech_ssl Snipaste_2024-05-03_20-54-43
9 - demos/speech_translation docker
10 - demos/streaming_asr_server asr_result
11 - demos/audio_searching Snipaste_2024-06-04_00-45-19

待修复

序号 命令 目录 报错 认领人/状态/PR号
12 - demos/audio_content_search #3777 @kk-2000 #3778
13 - demos/metaverse 报错glibc
14 paddlespeech asr --input ./zh.wav -v demos/speech_recognition #3697
15 - demos/speech_server 报错glibc
16 - demos/whisper Snipaste_2024-05-14_21-50-57
17 - demos/text_to_speech 报错glibc
18 - demos/streaming_tts_server 报错glibc
19 - demos/streaming_tts_serving_fastdeploy 微信图片_20240604214429
20 - demos/style_fs2 报错glibc

1. 认领方式

请大家以 comment 的形式认领任务,如:

【报名】:1、3、12-13

多个任务之间需要使用中文顿号分隔,报名多个连续任务可用横线表示,如 2-5

2. PR提交

统计信息

排名不分先后

jianghuakun commented 4 months ago

tts server 混合模型代码有修复计划不?