-
Notifications
You must be signed in to change notification settings - Fork 634
Closed
Labels
closing-soonThis issue will automatically close in 4 days unless further comments are made.This issue will automatically close in 4 days unless further comments are made.guidanceGeneral information and guidance, answers to FAQs, or recommended best practices/resources.General information and guidance, answers to FAQs, or recommended best practices/resources.p2This is a standard priority issueThis is a standard priority issueresponse-requestedWaiting on additional info and feedback. Will move to \"closing-soon\" in 7 days.Waiting on additional info and feedback. Will move to \"closing-soon\" in 7 days.
Description
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.This issue will automatically close in 4 days unless further comments are made.guidanceGeneral information and guidance, answers to FAQs, or recommended best practices/resources.General information and guidance, answers to FAQs, or recommended best practices/resources.p2This is a standard priority issueThis is a standard priority issueresponse-requestedWaiting on additional info and feedback. Will move to \"closing-soon\" in 7 days.Waiting on additional info and feedback. Will move to \"closing-soon\" in 7 days.