jsierles / react-native-audio

Audio recorder library for React Native
MIT License
1.16k stars 540 forks source link

Record your speech and convert it to text. #163

Closed e-rasvet closed 7 years ago

e-rasvet commented 7 years ago

Hello!

I found this line in project description: "This sample uses the microphone to record your speech and convert it to text."

Could you show example of code for speech to text? (iOS)

rakannimer commented 7 years ago

The string is an example description of a feature one could build with this library. It's used to explain to the user why you need the microphone permission.

This module doesn't support speech to text, for this kind of features I recommend checking out the watson api