rxlabz / speech_recognition

A Flutter plugin to use speech recognition on iOS & Android (Swift/Java)
https://pub.dartlang.org/packages/speech_recognition
Other
336 stars 197 forks source link

Getting audio from the plugin #79

Open xl-hacker opened 4 years ago

xl-hacker commented 4 years ago

Thanks for the great plugin!

Just wanted to put in a feature request. Is there a way to get the audio (in any coded format) from the plugin, apart from the transcribed text as well? I know there are other plugins purely for recording audio, but I was wondering if there's any easy way to get it directly from here.

venkatanagasai6 commented 4 years ago

Thanks for the great plugin!

Just wanted to put in a feature request. Is there a way to get the audio (in any coded format) from the plugin, apart from the transcribed text as well? I know there are other plugins purely for recording audio, but I was wondering if there's any easy way to get it directly from here.

Hey does the speech recognition module was working for you for me it was showing some functions are deprecated

hackstock commented 4 years ago

Thanks for the great plugin! Just wanted to put in a feature request. Is there a way to get the audio (in any coded format) from the plugin, apart from the transcribed text as well? I know there are other plugins purely for recording audio, but I was wondering if there's any easy way to get it directly from here.

Hey does the speech recognition module was working for you for me it was showing some functions are deprecated

It works fine for me. I learnt from https://www.youtube.com/watch?v=-rQ_OmPj300.