hyochan / react-native-audio-recorder-player

react-native native module for audio recorder and player.
MIT License
715 stars 213 forks source link

Loop Feature #454

Open tragicmj opened 2 years ago

tragicmj commented 2 years ago

Is there any way to play audio in loop using this package??

Version of react-native-audio-recorder-player

react-native-audio-recorder-player - 3.3.4

Version of React Native

React Native Version - 0.66.1

Platforms you faced the error (IOS or Android or both?)

Expected behavior

Actual behavior

Steps to reproduce the behabior

hyochan commented 2 years ago

You can currently handle this imperatively by yourself. Restarting all over again when the player stopped.