IBM / watson-streaming-stt

Example of using Watson's Streaming Speech to Text websockets interface for real time transcription. Written in Python. WARNING: This repository is no longer maintained ⚠️ This repository will not be updated. The repository will be kept available in read-only mode.
Apache License 2.0
29 stars 29 forks source link

Bug fix: Added the last non-finalized transcript #4

Closed saiprabhakar closed 4 years ago

saiprabhakar commented 5 years ago

At the end of the recording sometimes the IBM stops before sending a message of the last finalized transcript. In those cases, we can add the last generated transcript to the FINALS, to avoid missing transcripts.