Can I use class Equalizer in Android api <9 with the use of the support library?

StackOverflow https://stackoverflow.com/questions/10177762

  •  31-05-2021
  •  | 
  •  

Вопрос

I need to show an equalizer in my application, but Equalizer need Android 2.3 minimum.

Это было полезно?

Решение

Can I use class Equalizer in Android api <9 with the use of the support library?

No, sorry.

That being said, the source code to it is available, so you could try refactoring it into your own project and using it. However, since the entire AudioEffect framework was not added until API Level 9, I doubt that you will have success.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top