react-native-sound
react-native-sound copied to clipboard
How do I implement ducking on both Android and iOS?
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?