Is there a clean way to query Android audio fx for supported parameters (i.e. number of bands in equalizer, or if virtualizer supports strength) before creating audio fx object and attaching it to audio session? Currently to get that I just play something silently, query all fx and stop, but this seems clumsy to me. Any other ideas? I suspect I can get these with each class settings but I am not sure how to use them...
Asked
Active
Viewed 553 times
1
-
See my answer http://stackoverflow.com/a/30162069/3496570 – Zar E Ahmer Jun 12 '15 at 11:00
-
How about number of eq bands and their ranges? – ssuukk Jun 12 '15 at 14:31
-
See another answer of mine http://stackoverflow.com/a/30477747/3496570 – Zar E Ahmer Jun 12 '15 at 14:47
-
and also see http://stackoverflow.com/a/16267328/3496570 – Zar E Ahmer Jun 12 '15 at 15:09