react-native-sound icon indicating copy to clipboard operation
react-native-sound copied to clipboard

How do I implement ducking on both Android and iOS?

Open gusoskar opened this issue 7 years ago • 8 comments

How can I duck other audio while the audio file is playing? I found the set/getSystemAudio function in the API wiki page, but those seem to be only for Android. I decided to try those out on my Android device but calling them would crash the application.

Is there a way to duck the audio through react-native-sound or any other method?

gusoskar avatar Nov 23 '18 13:11 gusoskar