PHP 中的语音转文本

发布于 2024-08-19 05:53:17 字数 1539 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

狂之美人 2024-08-26 05:53:17

不是 PHP,但您可以将其用作开源后端,并从 PHP 到系统(exec、system 等)进行必要的调用:
http://cmusphinx.sourceforge.net/

您还可以查看本教程(尽管可能是商业版):
https://www.twilio.com/docs/tutorials/ walkthrough/ivr-screening/php/laravel

其中语音邮件转文本功能依赖于 API 的转录资源。
https://www.twilio.com/docs/api/rest/transcription

Not PHP, but you could use this as a open-source backend and make the necessary calls from PHP to system (exec, system etc.):
http://cmusphinx.sourceforge.net/

You can also check this tutorial (although commercial probably):
https://www.twilio.com/docs/tutorials/walkthrough/ivr-screening/php/laravel

Where the voicemail to text function relies on the Transcription Resource of the API.
https://www.twilio.com/docs/api/rest/transcription

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文