there. I'm working in a project for developing a audio equializer in Android, the client requires to work with a 31 bands equalizer, is this possible?
Thanks for your answers
there. I'm working in a project for developing a audio equializer in Android, the client requires to work with a 31 bands equalizer, is this possible?
Thanks for your answers
It is possible but not with Android Equalizer API. You can use gStreamer multimedia framework. It has Android NDK integration and it has built-in plugin that support up to 64 channel equalizer. But implementation is a little complicated. I hope this helps.