Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add feature speak event listener support #1

Closed
lizouzt opened this issue Apr 3, 2018 · 1 comment
Closed

Add feature speak event listener support #1

lizouzt opened this issue Apr 3, 2018 · 1 comment

Comments

@lizouzt
Copy link

lizouzt commented Apr 3, 2018

Which is just like react-native-tts

cntts.addEventListener('tts-finish', () => {});
cntts.addEventListener('tts-cancel', () => {});
cntts.addEventListener('tts-start', (event) => {});
cntts.addEventListener('tts-progress', (event) => {});
@lizouzt
Copy link
Author

lizouzt commented Apr 3, 2018

#2

@lizouzt lizouzt closed this as completed Apr 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant