media - How to create equalizer for android -


i want create simple equalizer android. how can it?

try find methods in mediaplayer class. attempts failed.

simple answer... can't framework or java (because there no jmf support in android). have use ndk , jni compile native library equalizer support. if know c/c++ there plenty of libraries around provide functionality if don't know c/c++ or have means pay recommend move on else within means... there working examples android, if around, use libmpg123... libmpg123 provides equalizer interface mp3's. found it's pretty buggy in general , compromised stability of app in such way lock android , have pull battery reboot phone. in addition, there alot of audio clipping equalizer flatlined. experience...


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -