aws / amazon-chime-sdk-ios

An iOS client library for integrating multi-party communications powered by the Amazon Chime service.
https://aws.amazon.com/chime/chime-sdk/
Apache License 2.0
141 stars 66 forks source link

Need Local microphone audio stream for transcription in React Native #609

Open salimkt opened 1 year ago

salimkt commented 1 year ago

We want to develop live close caption feature in our application. Currently we developed with react-native-live-audio-stream. but there is an issue with echo voice takes mic to transcription. If we get a new event in observer with audio stream then that would be an amazing feature with much abundunt application

simple technical references with stream included in the code of package react-native-live-audio-stream Stream should sent in base64 format which can handle in javascript side. Currently we follows this documentation. https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-transcribe-streaming/

We stucks on this over two months 😔 Any helps must be apperciated

Thank you

ashirkhan94 commented 11 months ago

Hi team Any Update?