voice icon indicating copy to clipboard operation
voice copied to clipboard

Possible to get audio file?

Open praba1989 opened this issue 7 years ago • 6 comments

Hi All,

After complete the speech is it possible to get audio file like .mp3 file?

Thanks in advance

praba1989 avatar Dec 05 '17 05:12 praba1989

In this RN library level, this does not seem to be available now.

For Android part, I do not think this is possible because the buffer is not returned in the recent version of Android.

For iOS, it is technically possible because iOS speech recognition accepts raw buffer. You can record it by yourself and then pass the buffer to speech recognition.

If you are interested in implementing this, I'm willing to review the code.

On Tue, Dec 5, 2017 at 5:34 AM praba1989 [email protected] wrote:

Hi All,

After complete the speech is it possible to get audio file like .mp3 file?

Thanks in advance

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/wenkesj/react-native-voice/issues/51, or mute the thread https://github.com/notifications/unsubscribe-auth/ABQzu6fhyVNNRpNjtuEif-t5ypt1HJpZks5s9NX2gaJpZM4Q1wsG .

--


Jeungmin Oh (오정민) | CEO & Founder HayanMind Inc.


Try Mimiking app on iPhone https://goo.gl/Xrr3yz & Android https://goo.gl/k77XVW

ohtangza avatar Dec 05 '17 06:12 ohtangza

Hi @ohtangza Yeah sure please...

praba1989 avatar Dec 05 '17 07:12 praba1989

Is there any update on this thread? Can we get the audio file in any way?

daniamurad avatar Dec 12 '17 06:12 daniamurad

@praba1989 Did you solved your problem?

lfoliveir4 avatar Dec 16 '19 12:12 lfoliveir4

linked with https://github.com/react-native-voice/voice/issues/185

Hirurgo avatar Apr 29 '21 23:04 Hirurgo