给 tts 添加延迟

发布于 2024-11-19 00:43:50 字数 84 浏览 0 评论 0原文

我的程序的一部分在服务中使用 TTS 引擎,但我想在应该完成的时候添加 3 秒的延迟,以便它不会与将要播放的其他音频重叠。我怎样才能把这3秒的延迟放进去?

I have a part of my program that uses the TTS engine in a service but I want to add a 3 second delay from when it should be done so that it does not overlap with other audio that would be playing. how can I put that 3 second delay in?

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

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

发布评论

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

评论(1

烟花易冷人易散 2024-11-26 00:43:50

使用线程概念。创建一个新线程并将使用 TTS 引擎的代码部分放置在服务中并给予延迟。

use the thread concept. Make a new thread and place the part of code which uses TTS engine in a service and give delay.

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