qasim9872 / aws-transcribe

A client for Amazon Transcribe using the websockets API
https://www.npmjs.com/package/aws-transcribe
MIT License
10 stars 15 forks source link

Android/ios support? #23

Closed soesujith closed 3 years ago

soesujith commented 3 years ago

Is there a way to make it work in a mobile device? I have been trying many ways to do so. I am almost successful in make similar example work in mobile device using React Native. Only issue now i find is the audio input and the transcript text is awfully out of sync. So it drill down to wrong audio encoding that I send, which is what I believe. Is there an audio stream library compatible for AWS transcription and that works in mobile device?

Also, is your solution work for transcribe medical api?

Thanks in advance.

qasim9872 commented 3 years ago

Hi @sbsujith, I am deprecating the package in support of the official package that has been released by Amazon. You can find it here