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
142 stars 37 forks source link

Add file and microphone example files #9

Closed joguSD closed 3 years ago

joguSD commented 3 years ago

This adds some basic example scripts, one that streams audio from a file and one that stream audio from a microphone. This also updates the documentation to add a note that the input stream should be provided in realtime to avoid signature issues.

codecov-commenter commented 3 years ago

Codecov Report

Merging #9 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop       #9   +/-   ##
========================================
  Coverage    88.78%   88.78%           
========================================
  Files           33       33           
  Lines         1855     1855           
========================================
  Hits          1647     1647           
  Misses         208      208           
Flag Coverage Δ
#unittests 88.78% <ø> (ø)

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

Impacted Files Coverage Δ
amazon_transcribe/client.py 53.70% <ø> (ø)

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 c51c3d2...812a2c9. Read the comment docs.