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.

feita há 2 anos393 visualizações
1 Resposta
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.

respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas