Implementing Real-time Speech-to-Text Transcription using AWS Transcribe with Next.js API Routes #6655
Unanswered
10000leaves
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to create an API for speech-to-text transcription using AWS SDK v3's AWS Transcribe with Next.js API Routes.
I tried to create the following API and hooks based on this reference code, but unfortunately, it's not working as expected. I would really appreciate any guidance.
https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/javascriptv3/example_code/cross-services/transcribe-streaming-app/src/libs/transcribeClient.js
Here's my current implementation that I'm struggling with.
package
API
hooks
Could someone please help me understand what I'm doing wrong and how to implement this correctly?
I'm stuck and would really appreciate any assistance.
Beta Was this translation helpful? Give feedback.
All reactions