I have developed an Audio player in Android with minSdkVersion=7 i.e Android 2.1. Now I want implement Audio Visualizer as given in AudioFxDemo example.
The problem is I can not use AudioFxDemo example code as it uses Equalizer and Visualizer the classes which are available in Android 2.3(API 9) and above.
My question is, can I implement Audio visualizer for Android 2.1. If you point me to some example code, it would be the best.