如何使用 Microsoft 语音对象库创建 wav 文件
我希望在我的 C# 程序中使用 Skype。我希望发起电话呼叫并注入音频文件供接收者收听。
是否可以使用 C# 中的 Microsoft 语音对象库来保存转换后的音频文件 (wav),而不是直接通过扬声器播放?
I am looking to use Skype in my C# program. I wish to initiate a phone call and inject an audio file for the receiver to listen to.
Is it possible to use Microsoft Speech Object Library in C# to save the converted audio file (wav), instead of just playing it directly through the speakers?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为此,您将需要 .NET 3.0:
You will need .NET 3.0 for this: