We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to set the player to 0 so whenever the music is played, the visualizer animation occurs. But it's not happening, my app is crashing.
Crash: java.lang.RuntimeException: Cannot initialize Visualizer engine, error: -3
Need the solution ASAP !!
Thankyou so much, looking forward to reply's
The text was updated successfully, but these errors were encountered:
Check out this: https://stackoverflow.com/questions/6971567/android-visualizer-class-throwing-runtime-exception
Sorry, something went wrong.
@fahadammar yep, just had the exact same error as you had. I resolved it with asking for the permissions:
<uses-permission android:name="android.permission.RECORD_AUDIO" /> <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
No branches or pull requests
I want to set the player to 0 so whenever the music is played, the visualizer animation occurs. But it's not happening, my app is crashing.
Crash:
java.lang.RuntimeException: Cannot initialize Visualizer engine, error: -3
Need the solution ASAP !!
Thankyou so much, looking forward to reply's
The text was updated successfully, but these errors were encountered: