Skip to main content
How are we doing? Please help us improve AWS. Take our short survey

Questions tagged [amazon-transcribe]

Amazon Transcribe is a speech recognition service within AWS for speech-to-text-capability. Using the Amazon Transcribe API, you can analyze audio files stored in Amazon S3 and have the service return a text file of the transcribed speech.

amazon-transcribe
0 votes
0 answers
22 views

Diarization with AWS streaming transcription (ReactJS)

I have a problem with setting up diarization for AWS streaming transcription in reactjs. I use @aws-sdk/client-transcribe-streaming. I set the ShowSpeakerLabel to true, but when I log data....
Hoang Pham's user avatar
0 votes
0 answers
30 views

I'm getting empty response in AWS Transcribe Streaming

I'm trying to build realtime speach to text transcription in node.js using AWS transcribe. I'm sure that the audio is transferred from react to node.js through socket.io and I have cross verified by ...
Langesh's user avatar
  • 88
0 votes
0 answers
44 views

Accessing AWS Transcribe Stream as a Frontend Client

Second post on here today. Curious to know if anyone has a smart method of allowing a frontend client to access AWS Transcribe's Live Transcription Stream service, without making API keys visible to ...
Dan's user avatar
  • 334
0 votes
0 answers
39 views

AWS SDK transcribe streaming not working for OPUS

I have a telephonic system using 3cx and broadworks. When a call is initiated an Invite packet is sent to a port. That invite packet contains the port number for capturing RTP data. My Python code ...
Aarav kv's user avatar
0 votes
0 answers
74 views

Amazon Transcribe streaming waiting for incoming transcription after terminating input audio stream

I am streaming microphone audio to Amazon Transcribe for dictation. Currently when the user lets go of the transcription button, all transcription that has yet to be returned from AWS transcribe is ...
Andrew Lam's user avatar
0 votes
1 answer
128 views

Using StartCallAnalyticsStreamTranscription with Java AWS SDK

How to send ConfigurationEvent to StartCallAnalyticsStreamTranscriptionRequest? I've configured following request but I'm unable to figure out how to send ConfigurationEvent object to body of this ...
Mohammad's user avatar
  • 197
0 votes
0 answers
135 views

startTranscriptionJob error: "The specified S3 bucket can't be accessed. Make sure you have write permission on the bucket and try your request again"

I have a lambda in account A that tries transcribing a recording in account B. I attempted to perform this action via console and it works but when I try to do it via AWS SDK v3 (node js) I get the ...
EmanAKhan's user avatar
3 votes
0 answers
354 views

Object is not async iterable error while using @aws-sdk/client-transcribe-streaming and React Native

Has anyone had any luck attempting to use client-transcribe-streaming in React native? I'm trying to stream audio from the device microphone to get a transcription from AWS. When I attempt to begin a ...
spaceman30's user avatar
1 vote
0 answers
114 views

How to add speaker labels in AWS Transcribe streaming websockets

I'm using the AWS Transcribe example from https://github.com/amazon-archives/amazon-transcribe-websocket-static with a simple modification on the websocket query-string to add speaker labels. The ...
trenta3's user avatar
  • 133
1 vote
1 answer
382 views

Encode MediaRecorder stream in PCM format for AWS transcribe

So I'm trying to use AWS transcribe medical but unable to achieve as AWS transcribe medical require "pcm" encoded audio data. I tried multiple custom function but no luck. I want to use ...
Shubham Ambastha's user avatar
0 votes
1 answer
184 views

Can I stop an ongoing AWS transcription job with Boto3?

I am currently working with AWS Transcribe in Python to transcribe files longer than 4 hours. I split these files into chunks and process them individually. However, if one chunk fails, I'd like to ...
Pizza Programmer's user avatar
0 votes
2 answers
204 views

How do I print the response of my get_transcription_job method, but only when it's complete?

I have a Lambda Function that starts a transcription job using a file uploaded to an s3 bucket. When the Lambda is triggered, the job is started using "start_transcription_job". I then want ...
user avatar
0 votes
0 answers
124 views

How do I print a file (transcribed by AWS Transcribe) that I haven't specified an output location for?

I've made a Lambda Function, using boto3, that is triggered when I upload an audio file to my s3 bucket. The function creates a transcription job using boto3's "start_transcription_job" ...
user avatar
0 votes
0 answers
594 views

Transcribe a text from speech and generate Audio from text

I am trying to make a user interface where a user would click a mic button and speak to it and then a live stream transcription would appear on the screen. I also need to generate an audio and play it ...
JustDev's user avatar
  • 35
0 votes
1 answer
628 views

Microphone-stream aws transcribe

i was try this with repo of aws https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/javascriptv3/example_code/cross-services/transcribe-streaming-app it is working correctly but when i used this ...
Hamza Ali Khalid's user avatar

15 30 50 per page
1
2 3 4 5
10