zmxv / react-native-sound

React Native module for playing sound clips
MIT License
2.79k stars 748 forks source link

Set end time #613

Open elmorg opened 4 years ago

elmorg commented 4 years ago

I have a single audio file containing samples joined together, and a list of start and end times for each sample. I'd like to be able to set the player to play audio between given start and end times, but I can't see any way to do this with the current functionality.

paulmelnikow commented 4 years ago

Hi! Do you know if this is possible with the native APIs?