awslabs / amazon-transcribe-streaming-sdk

The Amazon Transcribe Streaming SDK is an async Python SDK for converting audio into text via Amazon Transcribe.
Apache License 2.0
140 stars 38 forks source link

No support for custom language model in this SDK For StartStreamTranscription #64

Closed abhinav23dixit closed 2 years ago

abhinav23dixit commented 2 years ago

Hi, I couldn't find support for custom language model in this python SDK, is that something I can add by any manner?

abhinav23dixit commented 2 years ago

it would be good if there is any reply from AWS people, been waiting for this feature for a while... no point of using websockets if you can include it in your python sdk itself

nateprewitt commented 2 years ago

Hi @abhinav23dixit, there's currently a PR (https://github.com/awslabs/amazon-transcribe-streaming-sdk/pull/70) in progress to add this.

abhinav23dixit commented 2 years ago

Hi @nateprewitt, looking forward to use this change ASAP. Thanks.

nateprewitt commented 2 years ago

We've merged #70 and it should be available in the next release. I'll resolve this as complete now. Thanks @abhinav23dixit.

abhinav23dixit commented 2 years ago

Thanks @nateprewitt , when is the next release?

nateprewitt commented 2 years ago

We currently have the PR staged in #71. You can track that for release progress.