-
Notifications
You must be signed in to change notification settings - Fork 28
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
[Feature] Permissions for ducking/background audio #98
Labels
enhancement
New feature or request
Comments
@rgordon95 Can you please explain this bit more? What do you want to achieve? |
Being able to listen to audio when the app is backgrounded |
Thank you for clarification. We will look into this feature request. |
kuldip-simform
changed the title
Permissions for ducking/background audio
[Feature] Permissions for ducking/background audio
Nov 19, 2024
Any update here? |
If you won't allow background audio, I need to have a second library that plays audio and passes the currentProgress into the waveform for it to display in sync with the audio. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is the only solution for permissions to properly handle audio for this package to mute the playback of the waveform and use a callback to sync the progress with another package like expo-av or react-native-track-player so that it can properly be backgrounded/screen locked/other audio starts playing?
It seems like unnecessary complexity to have to have 2 audio players just to have a waveform and proper permissions controls and I think this package should implement the same permissions so as to not rely on a second.
The text was updated successfully, but these errors were encountered: