Commit 3c913f8
feat: add Gladia realtime STT adapter (#2115)
* feat: add Gladia realtime STT adapter
Co-Authored-By: yujonglee <[email protected]>
* fix: implement Gladia two-step initialization flow
- Add build_ws_url_with_api_key method to RealtimeSttAdapter trait
- Use ureq for blocking POST request to get session token
- Fix language_config format to use object with languages array
- Return None for build_auth_header since token is in URL
Co-Authored-By: yujonglee <[email protected]>
* fix: correct ureq dependency ordering in Cargo.toml
Co-Authored-By: yujonglee <[email protected]>
* fix: address review comments - preserve port in URLs and fix channel_index
Co-Authored-By: yujonglee <[email protected]>
* fix: use session registry for channel count in TerminalResponse and transcripts
Co-Authored-By: yujonglee <[email protected]>
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>1 parent 3d487a1 commit 3c913f8
File tree
6 files changed
+551
-1
lines changed- owhisper/owhisper-client
- src
- adapter
- gladia
6 files changed
+551
-1
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments