aws / amazon-kinesis-video-streams-parser-library

Amazon Kinesis Video Streams parser library is for developers to include in their applications that makes it easy to work with the output of video streams such as retrieving frame-level objects, metadata for fragments, and more.
Apache License 2.0
103 stars 52 forks source link

[QUESTION] Amazon Connect Audio Support #183

Open pmattingley-resilient opened 1 year ago

pmattingley-resilient commented 1 year ago

We are attempting to use KVS parser library (1.2.5) to extract streamed audio from Amazon Connect calls and save to S3. We require the .wav file to be generated whilst call is still live so cannot use the final call recording generated by Connect.

As recommended we have based our approach on the amazon connect realtime transcription project

We are experiencing issues with stuttered/repeating sections in the audio parsed by the KVS library that are not present in the final call recording generated by Connect.

As the realtime transcribe project is now archived will you be adding working examples or additional Connect support into this project that we can follow?