Reputation: 2365
I have a handfull of files with a sample rate of 8000hz and 11025hz.
Amazon's own documentation indicates that the valid MediaSampleRateHertz is between 8000 - 48000 (inclusive, judging by examples).
However running a media transcribe job (both via boto3 and directly on the service in the AWS console) returns failures with reasons:
This happens when specifiying the sample rate AND leaving AWS to determine it (which it does correctly).
Where am I going wrong?
Upvotes: 1
Views: 236