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

We develop an react app using audio recording, playback and send to google service for translating from speech to text. #432

Open thaivanan opened 1 year ago

thaivanan commented 1 year ago

We develop an react app using audio recording, playback and send to google service for translating from speech to text.

We are using both packages react-native-voice/voice to record audio and send streaming audio data to Google service and react-native-audio-recorder-player to record audio/voice from users when they speak to the app and playback.

However, when 2 packages are in use, the phone micro can not differentiate them and it does not work. Please anyone has experience in using both packages at the same time advise how to control the phone micro for each service.

kss943 commented 1 year ago

@thaivanan Any news about this issue?

comontes commented 12 months ago

Do you have any updates?

AlkanV commented 9 months ago

on android i have same issue, is there any update on this?

chetanbhadarka commented 4 months ago

any update for this use-case, I want to record audio and speech-to-text both at a time.