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

Implemented real-time transcription for the file streaming example. Added global variables for usability. #72

Closed jonathan343 closed 1 year ago

jonathan343 commented 2 years ago

Issue #, if available:

Implemented real-time transcription for the file streaming example. Added global variables for usability.

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

codecov-commenter commented 1 year ago

Codecov Report

Merging #72 (5b5ada7) into develop (e41a384) will decrease coverage by 0.29%. The diff coverage is 41.66%.

:exclamation: Current head 5b5ada7 differs from pull request most recent head 91e2e91. Consider uploading reports for the commit 91e2e91 to get more accurate results

@@             Coverage Diff             @@
##           develop      #72      +/-   ##
===========================================
- Coverage    88.98%   88.68%   -0.30%     
===========================================
  Files           34       34              
  Lines         1925     1936      +11     
===========================================
+ Hits          1713     1717       +4     
- Misses         212      219       +7     
Flag Coverage Δ
unittests 88.68% <41.66%> (-0.30%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
amazon_transcribe/utils.py 70.83% <41.66%> (-29.17%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e41a384...91e2e91. Read the comment docs.