录制声音,然后在 Android 上使用/保存
我想在我的应用程序中添加一项功能,您可以在其中录制声音,然后在应用程序 (MediaPlayer) 中使用它,
我该如何执行此操作?
- 如何录制声音?
- 如何将其放入媒体播放器?
- 是否必须保存?或者可以不被记录->立即进入应用程序...
I want to add a feature into my app where you can record sound and then use it within the app (MediaPlayer)
How can I do this?
- How do I record sound?
- How do I get it into a Mediaplayer?
- Does it have to be saved? or can it go from being recorded -> into app straight away...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 AudioRecord 类。
Use AudioRecord class.