Cygwin 的旁白

发布于 2024-11-06 19:54:47 字数 151 浏览 0 评论 0原文

有谁知道是否有用于 cygwin 或 linux 的阅读器(文本到语音)工具?我知道 Microsoft 的旁白,它的部分工作原理是读出我在 cygwin 窗口(bash 命令行)中输入的内容,但它不会报告任何写入标准输出的内容。

有没有人知道的原生 Cygwin 工具?

Does anyone know if there is a reader (text-to-speech) tool for cygwin or linux? I know of Microsoft's narrator, which partially works by sounding out what I type in the cygwin window (bash command line) but it doesn't report anything written to stdout.

Is there a native Cygwin tool anyone knows of?

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

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

发布评论

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

评论(2

放飞的风筝 2024-11-13 19:54:47

BRLTTY,可通过 Cygwin 的 setup.exe 获得,显然除了能够驱动盲文之外,还具有一些语音支持显示。不过我没有这方面的经验。

BRLTTY, which is available through Cygwin's setup.exe, apparently does have some speech support in addition to being able to drive Braille displays. I've got no experience with it though.

飘逸的'云 2024-11-13 19:54:47

BRLTTY 似乎只是盲文显示器的一个界面 - 我无法让它“说话”。

相反,从此处底部获取节日二进制文件,将其放入 C:/festival 和 cygwin

<代码>回显“你好世界”| /cygdrive/c/festival/bin/festival.exe --tts

应该说你好,世界。然后我将其放入脚本 say.sh 中并调用

~/say.sh hi

实际上达到了您所期望的效果:)

BRLTTY seems to be just an interface for Braile displays - I couldn't make it "talk".

Instead get festival binary from bottom of here, put it in C:/festival, and in cygwin

echo "hello world" | /cygdrive/c/festival/bin/festival.exe --tts

should say hello world. Then I put it into a script say.sh and calling

~/say.sh hi

actually does what you'd expect :)

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