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
11.06k stars 1.84k forks source link

PaddleSpeech Server RESTful API文档没有及时更新 #3127

Open Marskly opened 1 year ago

Marskly commented 1 year ago

Others

代码已经开发出来了,但是文档没有及时更新

RESTful API文档

https://github.com/PaddlePaddle/PaddleSpeech/wiki/PaddleSpeech-Server-RESTful-API 文档中没有提及声纹计算的接口,但是我需要使用。我在看另一个文档时,发现其实是有后端接口的👇 image 然后就去找代码,最终找到了request_body的格式 image 希望尽可能同步文档,以免给更多开发者带来不便。

zxcd commented 1 year ago

非常感谢您的发现,请问您是否有意愿帮忙提起一个pr协助更新一下文档?

prcvoldermort commented 1 year ago

Vector score request请求时提示: [2023-05-05 11:01:14,193] [ INFO] - Create PaddleVectorConnectionHandler to process the vector request [2023-05-05 11:01:14,194] [ INFO] - start to extract the do vector spk from the http request [2023-05-05 11:01:14,194] [ ERROR] - The request task is not matched with server model task [2023-05-05 11:01:14,194] [ ERROR] - The server model task is: spk, but the request task is: score

模型不匹配。请问是哪个参数没写对吗?