react-native-voice / voice

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

Generate temporary audio file of the speech after recording #358

Open brystfire08 opened 2 years ago

brystfire08 commented 2 years ago

Hi

Is there a way to generate a temporary audio file of the speech after recording?

tao-bi commented 2 years ago

Looking for similar solutions! how can we save the audio recording as audio files while doing speech recognition?

jalinegm commented 2 years ago

I need this feature too... For now, I am trying use react-native-audio-recorder-player in onSpeechStart, but it doesn't work well :(

dani-z commented 2 years ago

This could be achieved using a combination of react-native-voice with some other recording libs. I use, for example, in combination with https://github.com/hyochan/react-native-audio-recorder-player

ehsanbigzad commented 2 years ago

Is there any solution yet?

Jheruz commented 1 year ago

This could be achieved using a combination of react-native-voice with some other recording libs. I use, for example, in combination with https://github.com/hyochan/react-native-audio-recorder-player

How you able to do it ? I tried Voice.start and audioRecorderPlayer.startRecorder but it doesnt work becase I read that it can't listen both at the same time

can you show how did you do it ? thanks

dani-z commented 1 year ago

This could be achieved using a combination of react-native-voice with some other recording libs. I use, for example, in combination with https://github.com/hyochan/react-native-audio-recorder-player

How you able to do it ? I tried Voice.start and audioRecorderPlayer.startRecorder but it doesnt work becase I read that it can't listen both at the same time

can you show how did you do it ? thanks

You don't do it in the same time. You can either record or listen. Why would you want to do it in the same time? Normally you first record, store and then listen at a later time.

Jfmetcalf5 commented 1 year ago

This could be achieved using a combination of react-native-voice with some other recording libs. I use, for example, in combination with https://github.com/hyochan/react-native-audio-recorder-player

How you able to do it ? I tried Voice.start and audioRecorderPlayer.startRecorder but it doesnt work becase I read that it can't listen both at the same time can you show how did you do it ? thanks

You don't do it in the same time. You can either record or listen. Why would you want to do it in the same time? Normally you first record, store and then listen at a later time.

I have the same problem, the project Im working on we want to listen for specific phrases while the user is talking to update the UI. And the android half won't work

comontes commented 1 year ago

I need the same feature, to keep a file of the recording and do live speech to text

angelxmoreno commented 1 year ago

Can we label this as wont-do or get a status?

SibrimBarcenas commented 7 months ago

any solution for this issue?

chetanbhadarka commented 5 months ago

any update for this features? or any other work-around?

Namnp1521 commented 2 months ago

any update?