react-native-sound
react-native-sound copied to clipboard
Is it possible to play sound synchronous?
:beetle: Description How can I implement synchronous sound effect for scroll picker component to ensure immediate sound play on each scroll event without delays, even when scrolling quickly?
:beetle: What have you tried? The current implementation preloads the sound, but I experience delays when playing the sound on rapid successive scrolls. I want the sound to play immediately on each scroll event without waiting for the previous sound to finish.
What is the source of the sound? Can you provide some more code to reproduce this issue?