react-native-voice / voice

:microphone: React Native Voice Recognition library for iOS and Android (Online and Offline Support)
MIT License
1.77k stars 475 forks source link

[Google Cloud speech to text] Any chance i can save the audio (with config) and send it to google cloud? #184

Open ducpt2 opened 5 years ago

ducpt2 commented 5 years ago

I try to search over google alot, but not found the right solution for my case. I want to save my recognition to audio file with a specific config (https://cloud.google.com/speech-to-text/docs/reference/rest/v1/RecognitionConfig) and send it to Google Cloud, so they can translate my audio the right language i want. Any chance i can do it? Thank you alot.

lfoliveir4 commented 4 years ago

@ducpt2 Did you solved your problem?

alanfagner commented 4 years ago

I need almost this, I need to save the audio, did anyone do ?

punjasin commented 4 years ago

did you found the solutions ? thank