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 recently got the app Wavelet (https://play.google.com/store/apps/details?id=com.pittvandewitt.wavelet).
I noticed in Wavelet, that the audio sessions of NewPipe don't get closed properly.
The author of Wavelet already noticed such a behavior in Spotify and wrote a bug report there:
https://community.spotify.com/t5/Ongoing-Issues/Android-Audio-sessions-are-not-opened-and-closed-properly/idi-p/4861998
Quote: ""https://developer.android.com/reference/android/media/audiofx/AudioEffect.html#ACTION_CLOSE_AUDIO_EFFECT_CONTROL_SESSION If this intent is not broadcasted, audio effects that were applied to this session stay applied. This causes some effects not to be available to any other audio session and unnecessary consumption of system resources.""
I think this is a similar issue.
Only ever one instance in Wavelet, which closes as soon as I stop using NewPipe.
The instances in Wavelet stack indefinitely and never close.
The text was updated successfully, but these errors were encountered:
Duplicate of #2373
Sorry, something went wrong.
No branches or pull requests
I recently got the app Wavelet (https://play.google.com/store/apps/details?id=com.pittvandewitt.wavelet).
I noticed in Wavelet, that the audio sessions of NewPipe don't get closed properly.
The author of Wavelet already noticed such a behavior in Spotify and wrote a bug report there:
https://community.spotify.com/t5/Ongoing-Issues/Android-Audio-sessions-are-not-opened-and-closed-properly/idi-p/4861998
Quote:
""https://developer.android.com/reference/android/media/audiofx/AudioEffect.html#ACTION_CLOSE_AUDIO_EFFECT_CONTROL_SESSION
If this intent is not broadcasted, audio effects that were applied to this session stay applied. This causes some effects not to be available to any other audio session and unnecessary consumption of system resources.""
I think this is a similar issue.
Version
Steps to reproduce the bug
-> Notice that a instance of NewPipe is registered in the Wavelet notification
-> Another instance is registered.
Expected behavior
Only ever one instance in Wavelet, which closes as soon as I stop using NewPipe.
Actual behavior
The instances in Wavelet stack indefinitely and never close.
The text was updated successfully, but these errors were encountered: