-1

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

  • According to [this](https://stackoverflow.com/questions/14639085/android-equalizer-getnumberofbands) hw can be a barrier. – skandigraun Sep 25 '18 at 21:24

1 Answers1

0

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.

Sinan Ceylan
  • 1,043
  • 1
  • 10
  • 14