harjot-oberai / MusicDNA

A Music Player for android that renders beautiful DNA(Visualization) of the currently playing music.
Other
2.83k stars 582 forks source link

Equalizer not working in Android 9 devices #72

Open SenthilNexware opened 4 years ago

SenthilNexware commented 4 years ago

Equalizer working fine up to Android 8 devices, but not working in Android 9 devices

SenthilNexware commented 4 years ago

In Android 9 device - mEqualizer.getEnabled() always returns false, even though i have manually added mEqualizer.setEnabled(true);

But it returns true in android 8 devices please let me know , if you need any additional details required