aws-samples / amazon-chime-react-native-demo

A React Native demo application for Android and iOS using the Amazon Chime SDK.
MIT No Attribution
100 stars 24 forks source link

React native live transcription for multiple languages #186

Closed salimkt closed 1 year ago

salimkt commented 1 year ago

Issue I am looking behind an issue for transcribing the voice into multiple languages as user preference. We tried the workflow as suggested here

https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transcribe-streaming/

But it gets loss the audio stream data into an empty string after PCM encoding step. similar with below issue

https://github.com/aws-amplify/amplify-js/issues/6404

We tested alot of npm packages and non npm packages but no change in output.

Solution needed As amazon chime provides the facility for transcription there should add the facility to transcript multiple languages . Otherwise we needs proper dierection to use above package in react native.

Any helps would be appreciated.

dylonChime commented 1 year ago

Hi @salimkt, Thanks for your interest. See if the conversation from #184 helps you. I'll close this in favor of that feature request.

salimkt commented 1 year ago

Thanks for your response @dylonChime