React Native Speech to Text

前端 未结 3 1319
执笔经年
执笔经年 2020-12-16 21:19

I am making a language app that records any new vocabulary a user is trying to learn. It would be great if users can add their words via a speech to text program, instead of

3条回答
  •  轮回少年
    2020-12-16 21:50

    The react-native-bluemix module provides both SpeechToText and TextToSpeech for React Native: https://github.com/pwcremin/react-native-bluemix

    It wraps the Watson tools for both ios and android: https://github.com/watson-developer-cloud

提交回复
热议问题