对于 android 和 IOS,最好的移动 "text-to-speech" 和 "speech-to-text" 工具是什么?

What is the best mobile "text-to-speech" and "speech-to-text" tool for both android and IOS?

你能帮我找到最好的移动 "text-to-speech" 和 "speech-to-text" 工具同时适用于 android 和 IOS 吗?

我在网上搜索并找到了一些工具,例如:

对于语音转文本 (STT):

1.react-native-voice

2.RNSpeakChat

3.Using Google Cloud

4.SpeechRecognizer

5.react-native-watson 

6.react-speech-recognition

7.react-native-speech-recognition

对于文字转语音 (TTS):

1.react-native-tts

2.react-native-watson

3.react-native-speech

但我找不到哪个是最好的选择。你能在这方面帮助我吗?

提前致谢

对于 Speech to text 你可以参考这篇文章,因为它解释得很准确,而且它使用 react-native-voice 作为一个简单的库来开始使用 . react-native-speech-to-text

对于文本到语音的功能,根据 react-native-tts 的文档看起来很简单。你可以实现它。

希望对您有所帮助。有疑问请随意