AMR 中的音频录制
我正在创建一个 Windows Phone 7 应用程序,该应用程序需要将麦克风中的音频以 AMR 格式存储。
我可以从麦克风捕获 MemoryStream,但如何使用 AMR 编解码器保存该流?
I am creating a Windwows Phone 7 application which needs that audio from the microphone should be stored in AMR format.
I'm able to catch MemoryStream from microphone, but how can I save that stream with AMR codec?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
回答我自己对未来读者的问题:我使用 http://cspeex.codeplex.com 中的 cspeex 库解决了音频压缩问题,但我不得不稍微修改代码以使其适合WP7。这并不难。
In reply to my own question for future readers: I solved the audio compression using the cspeex library from http://cspeex.codeplex.com, but I had to modify the code a little just to make it suitable for WP7. It wasn't so hard.