Skip to content

Amazon Transcribe Medical -- ?Correct Sample rate for en-GB #6643

@App-Index

Description

@App-Index

Describe the issue

I am using amazon transcribe medical, when starting a new StartMedicalStreamTranscriptionCommand my paramaters are:

{
    LanguageCode: "en-GB",
    MediaEncoding: "pcm",
    MediaSampleRateHertz: 8000,
    AudioStream: getAudioStream(),
    Specialty: "PRIMARYCARE",
    Type: "CONVERSATION",
  }

However this results in an error:
BadRequestException: The requested language doesn't support the specified sample rate. Use the correct sample rate then try again.

I've tried with 8000-48000 hertz and the same issue persists

Links

Documentation contains no useful information
https://docs.aws.amazon.com/transcribe/latest/dg/how-input.html#:~:text=Sample%20rates%20for%20low%20fidelity,16%2C000%20Hz%20and%2048%2C000%20Hz.

Metadata

Metadata

Assignees

Labels

closing-soonThis issue will automatically close in 4 days unless further comments are made.guidanceGeneral information and guidance, answers to FAQs, or recommended best practices/resources.p2This is a standard priority issueresponse-requestedWaiting on additional info and feedback. Will move to \"closing-soon\" in 7 days.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions