amazon-connect / ai-powered-speech-analytics-for-amazon-connect

The AI Powered Speech Analytics for Amazon Connect solution provides the combination of speech to text transcription, translation into preferred languages, and insights for agents and supervisors all in real-time
https://aws.amazon.com/solutions/implementations/ai-powered-speech-analytics-for-amazon-connect/
Other
56 stars 54 forks source link

Recreate a FragmentMetadataVisitor object when the KVS connection renewed #41

Open endowataru opened 2 years ago

endowataru commented 2 years ago

Issue #, if available:

This commit partially fixes the issue #32.

Description of changes:

When the transcription is restarted at 42 minutes, the instance of FragmentMetadataVisitor is not renewed and may throw exceptions due to the seek of the input stream. This commit fixes to recreate the instance when restarting the transcription.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.