ak1394 / react-native-tts

React Native Text-To-Speech library for Android and iOS
603 stars 154 forks source link

Feature Request: Repeat #210

Open goldylucks opened 2 years ago

goldylucks commented 2 years ago

would be cool to be able to do:

Tts.speak("my text here", {repeat: 3))

// or
Tts.speak("my text here").repeat(3)

Happy to submit a PR with some guidance, thanks for the great simple library!

kelianecavalcante commented 1 year ago

Does this function already exist? I really wanted to make it keep repeating the audio until it was pressed to stop by a button..