在 Android 中录制声音
我想知道如何录制特定时间的声音,而不将其保存到文件中 - 例如保存在字节流中。另外,如果可能的话,使其看起来像 AMR 文件。我尝试过谷歌搜索,也自己写了一些代码,但没有成功。如果您可以将我链接到一个解释如何执行此操作的页面,或者给出一个示例,那就太好了:)
谢谢。
I'd like to know how to record sound for a specific amount of time, without saving it to a file - holding in a byte stream for example. Also, if possible, make it look like an AMR file. I've tried to search google, and also wrote some code myself, but had no success. If you can link me to a page that explains how to do so, or give an example, it would be very nice of you :)
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定您是否可以跳过 setOutputFile 步骤并将录音保留在内存中(可能不能)。
I'm not sure if you can skip the setOutputFile step and keep the recording in memory (probably not).