命令行 SAPI 文本转语音至 WAV/MP3
正如标题所示,我需要能够在 Windows XP 上使用 SAPI 创建 WAV 或 MP3 文件。
如果有人可以推荐允许我这样做的第三方应用程序,我基本上可以安装任何需要的东西。
就编程语言而言,目标机器上实际上只有 VB6 可用(是的...),因此如果有人可以推荐一种在 VB6 中执行此操作的方法,那也很好。
谢谢 :)
As the title says I need to be able to create a WAV or MP3 file using SAPI on Windows XP.
I can install basically anything needed if anyone can recommend a third party application which would allow me to do this.
In terms of programming languages really only VB6 is available on the target machine (yeah...) so if anyone can recommend a way of doing it in VB6 that would be fine too.
Thanks :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
实际上,我通过基于语音 SDK 中提供的 VB TTS 应用程序实现一个快速 VB 应用程序来修复此问题 - 非常简单。
如果其他人遇到这个问题,我很乐意提供源代码 - 但它现在不在这台计算机上,所以我稍后会得到它。
I actually fixed this by implementing a quick VB app based on the VB TTS app provided in the speech SDK - was very simple.
If anyone else has this problem I'd be happy to provide the source - but it's not on this computer right now so I'll get it later.