ADTS supported languages #187
-
Which Deepgram product are you using?Deepgram SDKs DetailsHello! We're getting empty responses for Hebrew, Turkish and French audio files in adts format, but Spanish is processed fine, albeit the transcription is a bit inaccurate. Is there any known limitation for certain languages? I see that the extension is not on the list of supported extensions. Is it just a coincidence that Spanish adts file is processed in some capacity? Any guidance is really appreciated, thank you. If you are making a request to the Deepgram API, what is the full Deepgram URL you are making a request to?No response If you are making a request to the Deepgram API and have a request ID, please paste it below:No response If possible, please attach your code or paste it into the text box.def deepgram_transcribe(url, params, input_type): If possible, please attach an example audio file to reproduce the issue.No response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @traugutt, you are right that we do not technically suppport adts format. If it's working for Spanish that's great, and it will likely work for other languages. The reason you are getting empty responses is likely because the |
Beta Was this translation helpful? Give feedback.
Hey @traugutt, you are right that we do not technically suppport adts format. If it's working for Spanish that's great, and it will likely work for other languages.
The reason you are getting empty responses is likely because the
enhanced
tier does not support all languages (see https://developers.deepgram.com/docs/language). Hebrew is not supported, and Turkish is only available for thebase
tier. French is currently in Beta for theenhanced
tier, so that may be why it isn't working at the moment. If you usetier=base
then you will have additional language support.