AndroidEqualizer icon indicating copy to clipboard operation
AndroidEqualizer copied to clipboard

Android Equalizer View that can also manage the audio track frequencies

Results 10 AndroidEqualizer issues
Sort by recently updated
recently updated
newest added

Fatal Exception: java.lang.IllegalArgumentException AudioEffect: bad parameter value in onCreate method

java.lang.RuntimeException: Unable to create service com.yfoo.listenx.service.PlayService: java.lang.IllegalArgumentException: AudioEffect: bad parameter value at android.app.ActivityThread.handleCreateService(ActivityThread.java:4823) at android.app.ActivityThread.access$3000(ActivityThread.java:260) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2470) at android.os.Handler.dispatchMessage(Handler.java:110) at android.os.Looper.loop(Looper.java:219) at android.app.ActivityThread.main(ActivityThread.java:8668) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:513) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1109)...

Hi. Sometimes it works, sometimes it doesn't. I couldn't figure out what caused the problem. I didn't get any logs about this problem

Equalizer works when dialog is opened but as soon as the dialog is closed the equalizer does not work, Is there any solution for this

Am trying to add `enable` and `disable` in my app so i tried below but unable to save setting in `shared preference`. So kindly help me to add this function....

1. Set the state of Switch before showing the Fragment 2. Remember Custom Settings 3. Enable Equalizer without displaying the Fragment Is any of these supported, if yes please let...

After 10 seconds or sometimes more than that of pressing the back button and exiting the fragment, the equalizer stops and does not work until after opening the page again....