-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make our load-test client speak 🗣️ 🪄 #614
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #614 +/- ##
=====================================
Coverage 9.36% 9.36%
=====================================
Files 26 26
Lines 5308 5308
=====================================
Hits 497 497
Misses 4759 4759
Partials 52 52 ☔ View full report in Codecov by Sentry. |
Made |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving because it works and I've made enough changes/additions on my side that to make any here would cause some bad conflicts.
Thank you again for this, truly helpful for the live captions testing.
@cpoile It's the flaky one again, will merge. |
Summary
PR adds a couple of functionalities to our load-test client:
-speech-file
flag to pass any valid audio Opus encoded file. I am including two generated speech samples with their text source.Had to restructure things a bit to make this work so updating the docs as well.