Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道是否可以录制声音并将其实时转录成文本?
我想用 silverlight 或者如果标准 .Net 框架无法做到这一点
感谢帮助
解决方案包括五个步骤:
在文本框中输入文本。
调用 Web 服务来处理文本。
使用 Microsoft 的 Text to Speech API 将文本转换为 WAV。
使用 WAV 解码类解码字节数组。
使用 Silverlight 的 MediaElement 播放 WAV 流。
http://msdn.microsoft.com/en-us/windows/dd901770.aspx