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.

gefragt vor 2 Jahren393 Aufrufe
1 Antwort
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.

beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen