TTS *和*语音输入同时进行?

发布于 2024-10-28 02:00:27 字数 136 浏览 1 评论 0原文

我注意到,一旦语音识别活动开始,文本到语音的输出就会停止。

我理解其中的道理:TTS 输出可能会被语音识别引擎“听到”并干扰其正常运行。

我的问题:这种行为是硬编码到系统中的,还是可以通过设置或参数(在 API 中)进行修改?

I noticed that as soon as a voice recognition activity starts, text-to-speech output stops.

I understand the rational: TTS output could be "heard" by the voice recognition engine and interfere with its proper operation.

My question: Is this behavior hard-coded into the system, or can it be modified by a setting or parameter (in the API)?

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

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

发布评论

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

评论(1

一抹微笑 2024-11-04 02:00:27

活动必须同时使用识别和 TTS 吗?如果识别可以等待(从功能上来说),则强制事件仅生成 RecognizerIntent onUtteranceCompleted

这纯粹是猜测,但一定有一些共同的功能只能被 TTS 和识别一次使用(两个 api 都来自 android.speech。* )

Must the activity simultaneously use recognition and TTS? If the recognition can wait (functionally speaking), force the event to spawn the RecognizerIntent only onUtteranceCompleted

This is pure speculation, but there must be some common feature that can only be used by TTS and recognition one at a time (both apis come from android.speech.*)

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