如何在Android中录制音频并将其保存到数据库中?
你好 我正在制作一个 Android 应用程序,用于录制 5-10 秒的音频并将其存储在数据库中。 对于音频录制,我遵循此 http://xhampa.pastebin.com/Yr2hie6q
但它无法正常工作。该怎么办 ? 我无法在 G1 手机上录制音频。 欢迎任何建议。
Hi
I am making an Android app for recording a audio for 5-10 sec and store that in Database.
For audio recording i follow this http://xhampa.pastebin.com/Yr2hie6q
But it is not working properly. What to do ?
I can not record the Audio on my G1 mobile.
Any suggestion welcome.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于您的录音,请尝试以下代码:
您可以在 SD 卡上找到您的文件。
For your audio recording, try this code:
You can find your file on your sdcard.