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

Stop streaming after silence is heard #92

Open sids07 opened 1 year ago

sids07 commented 1 year ago

Looking into the documentation of aws transcribe i found that we can set flag if notalktimefilter is applied. But i see no option how to apply notalktimefilter from here.

My requirement is that i need to stop transcripting if certain second of silence is observed. Thanks for the help.