Android:将手机声音文件转换为原始数据
我想从我的手机中获取音乐文件(主要是 mp3)并将它们转换为可以进行 FFT 的原始数据。无论如何,是否可以使用 android/java 框架来做到这一点,或者我是否需要集成诸如 LAME 之类的东西来解码 mp3?
I would like to take the music files from my phone (mp3 mostly) and convert them to raw data that FFT can be done on. Is there anyway to do this by using the android/java framework or do I need to integrate something like LAME to decode the mp3?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您将需要 LAME 将其解码为文件,您可以让 Android 系统为您解码它,但它只会发送到扬声器,除非您使用内核黑客允许将其直接发送到文件。
Your going to need LAME to decode this to a file, you could have the Android system decode it for you but it would just go to the speakers unless you used kernel hacks to allow sending it direct to file.