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

how to format the output #53

Closed Manjunath-PM closed 2 years ago

Manjunath-PM commented 2 years ago

aws transcribe is working fine, however the output is like this This. This is This is a This is a te This is a test. This is a test.

I only want the output as This is a test.

I understand the repeatation line comes as streaming is very fast. how to do streaming so that one word go only once.

What changes need to be done in program simple_file.py orsimple_mic.py.

nateprewitt commented 2 years ago

Resolving as a duplicate of #41.