-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
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
the error meassage:E/AudioEffect: set(): AudioFlinger could not create effect, status: -1 04-17 21:49:09.967 24849-24849/? E/visualizers-JNI: Visualizer initCheck failed E/Visualizer-JAVA: Error code -3 when initializing Visualizer. #9
Comments
I believe you want the session id of a specific MediaPlayer or AudioTrack, not audioManager.generateAudioSessionId() which gives an unused Id. |
I also found same issue I have added permissions: And verified it has permission still getting this issue
I have tried to set audio player's session ID "1009" (mAudioPlayer.getAudioSessionId();) and "0" also but none is working |
It's unfortunate i got the same error, has anyone solved this anyway... i got |
also i found same error :
|
This is permission issue. |
this is my code, I find the parameter is int audioSessionId,So I used this method of audiomanager, but it doesn't seem feasible
The text was updated successfully, but these errors were encountered: