Want to use amazon_transcribe streaming service with flask.

0

Hi Team, I want to use amazon_transcribe python api. I have successfully integrated the api to my flask app. Here comes a small problem, the sample code provided in the amazon_transcribe documentation uses sounddevice library to take input from microphone but servers don't have microphone so I want to use microphone from client side i.e javascript. Can I get any sample code which takes microphone input from javascript and use the python amazon_transcribe for transcriptions. It will be good if I get javascript implementation of amazon transcription streaming library which takes input from client side and provides transcriptions.

質問済み 2年前393ビュー
1回答
0

Hi Team, I found a solution for this. I didn't find python solution but I did find nodejs solution. I integrated the nodejs code in my flask application. https://github.com/amazon-archives/amazon-transcribe-websocket-static this link has the nodejs code.

回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ