voice icon indicating copy to clipboard operation
voice copied to clipboard

Generate temporary audio file of the speech after recording

Open brystfire08 opened this issue 4 years ago • 12 comments
trafficstars

Hi

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

brystfire08 avatar Oct 11 '21 07:10 brystfire08

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

tao-bi avatar Oct 12 '21 16:10 tao-bi

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

jalinegm avatar Nov 20 '21 20:11 jalinegm

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

dani-z avatar Jan 04 '22 11:01 dani-z

Is there any solution yet?

ehsanbigzad avatar Feb 21 '22 11:02 ehsanbigzad

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

Jheruz avatar Sep 14 '22 02:09 Jheruz

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.

dani-z avatar Sep 14 '22 08:09 dani-z

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

Jfmetcalf5 avatar Oct 05 '22 16:10 Jfmetcalf5

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

comontes avatar Feb 13 '23 16:02 comontes

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

angelxmoreno avatar Jun 30 '23 20:06 angelxmoreno

any solution for this issue?

SibrimBarcenas avatar Jan 17 '24 19:01 SibrimBarcenas

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

chetanbhadarka avatar Feb 23 '24 16:02 chetanbhadarka