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 is an automatic speech recognition (ASR) service that makes it easy for developers to add speech-to-text capability to their applications. 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 can be used for lots of common applications, including the transcription of customer service calls and generating subtitles on audio and video content. The service can transcribe audio files stored in common formats, like WAV and MP3, with time stamps for every word so that you can easily locate the audio in the original source by searching for the text. Amazon Transcribe is continually learning and improving to keep pace with the evolution of language.

Resources:

144 questions
0
votes
1 answer

Access denied when getting transcription

My setup is the following: React-native app client -> AWS API Gateway -> AWS Lambda function -> AWS S3 -> AWS Transcribe -> AWS S3 I am successfully able to upload an audio file to an S3 bucket from the lambda, start the transcription and even…
0
votes
0 answers

How to transcode audio from an RTMP stream in real-time to an audio stream

I’m looking to transcode the audio from an RTMP stream in real-time to an audio stream. I am currently having the RTMP stream published to an RTMP server (https://www.npmjs.com/package/node-media-server). From there, I would like to be able to…
0
votes
0 answers

How to Identify and kill a WebSocket on client side?

I'm using a react package(@aws-sdk/client-transcribe-streaming) which opens up a socket for converting speech to text. But this library has a bug and isn't able to kill the socket. Is there any way we can identify that a websocket is hanging on in a…
Yash
  • 198
  • 1
  • 12
0
votes
1 answer

aws transcribe callback function

I want to call AWS transcribe function from an AWS Lambda. In that lambda handler, I want to start the transcription job but not wait for it to finish in a while loop since it will not be cost-efficient. I don't see any way for the transcription job…
Luka Savic
  • 101
  • 1
  • 11
0
votes
1 answer

Dual Channel Recordings

I have a twilio sip trunk that's recording calls on a dual channel. However, as I'd like to transcribe offline - the solution I'm using (i.e. AWS transcriber) would like me to specify some details on the recording channels. Specifically, I need to…
user8291021
  • 326
  • 2
  • 9
0
votes
1 answer

Format AWS Transcribe Audio Identification

I've been searching for this solution, couldn't find anything reasonably to what AWS currently have on their UI, so came up with mine in laravel, and dropping it here to help anyone hopefully searching for this as well.
0
votes
0 answers

How to stream to an AWS ECS container (RTMP)?

I am trying to generate transcriptions for a live-stream video. I found this aws sample on Amazon IVS Auto-captions Web demo which seems similar to my use case. But here it says that we need to stream to an ECS container. I searched a lot but…
0
votes
1 answer

How to transcribe a call with AWS transcribe API?

I got this error when I'm trying to transcribe a call: Account isn't authorized to call this operation. Check your account perm I think the bad property is DataAccessRoleArn, I tried to create new role on IAM console, but it does not work. Here's…
Julien
  • 99
  • 1
  • 13
0
votes
1 answer

AWS Transcribe - JS docs say "LanguageCode" is optional, but code says its required?

I'm playing with aws-sdk (version 2.1063.0) in NodeJs and the AWS Transcribe service. I'm planning to upload audio files with unknown language codes, and have AWS Transcribe detect the language and then transcribe the text. However, the docs for AWS…
0
votes
1 answer

How to check status for jobs in list each n seconds till all jobs finished?

I'm having a problem with checking the status for all my Transcription job before start another step. I need to know when all jobs in myList are COMPLTETED or FAILED, if it is false retry again 5 seconds later, but currently it keeps forever…
0
votes
1 answer

AWS Transcribe StartTransciptionJob API error

I'm trying to access a mp3 file stored in a s3 bucket I own that has Block Public Access enabled. When I upload the mp3 to my source s3 bucket, that triggers my Lambda function that should initialize the Transcribe job. I have 2 issues: I do not…
Ray
  • 27
  • 5
0
votes
0 answers

How to get "AWS Transcribe" To Work within Tomcat (Windows Service based) Using System.exec()?

I'm trying to run the amazon-provided python AWS Example for transcribing an audio file in a Java program using "System.exec()". I've substituted the various parts of the program to use parameters passed in. This code works as expected on a Mac, but…
Morkus
  • 517
  • 7
  • 21
0
votes
1 answer

AWS transcribe- Bad request: error detected at at 'transcriptionJobName' failed to satisfy constraint:

hi I invoke transcribe job to a AWS lambda function but I couldn't find any job role created , I have seen this error in cloud watch log .Can anyone help me out with this please I having this trouble 3 days but I couldn't found any solution…
0
votes
1 answer

AWS Transcribe client does not provide an export named 'transcribeClient'

I'm trying to integrate AWS Transcribe in my Node.JS application. AWS S3 and Polly works fine, but AWS Transcribe does not. I'm using the example code of AWS. When I want to start a transcribe job by the AWS example code I receive the following…
0
votes
2 answers

Why do I get a timeout when I want to start a new AWS Transcribe job?

I'm trying to use Amazon Transcribe, but whenever I start a new Transcribe job I receive the following timeout error: Error Error: TimeoutError at ClientRequest.