Android2.1中如何实现均衡器?
我想为android 2.1实现均衡器,如何在android 2.1中实现均衡器?谁能给我任何示例代码或参考或想法?
I want to implement Equalizer for android 2.1, how to implement Equalizer in android 2.1? Can anyone give me any sample code or reference or idea for that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,唯一的方法是使用外部库,例如 ffmpeg。它需要使用 NDK 编译它(因为它是用 C 编写的),然后通过 JNI 链接使用它。
在过去的 3 天(整整)天里我一直在尝试,如果你对 C 一无所知,那就太糟糕了......
As far as I know, the only way is to use an external library, like ffmpeg. It requires to compile it using the NDK (because it's written in C), and then using it via JNI links.
I've been trying that for the past 3 (full) days, and if you don't know anything about C, it's just awful...