I have the few audio files which are the conversation between Customer and Agent stored successfully in S3. I try to convert the audio files as text using AWS transcribe and it is converting successfully.
But the weird part is, It is not even 60 % accurate, These are my configuration for the AWS Transcribe
1) Language code - English(Indian)
2) Audio Frequency - 8000HZ
3) Format - WAV
As per this guidelines (https://docs.aws.amazon.com/transcribe/latest/dg/limits-guidelines.html),
I set the Audio Frequency and Format to 8KHZ and Format as WAV
Do I need to change any other parameters for improving the audio quality?
Any help is appreciated.
Thanks,
Harry