| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
fix(device-ts): send Deepgram CloseStream before closing Stop (#13624) * fix(device-ts): send Deepgram CloseStream before closing Stop Fixes #13623. stop() closed the socket with no CloseStream text frame. Send {"type":"CloseStream"} while open, then close. Injected-socket coverage in the existing bun suite; no live provider. Co-authored-by: Cursor <cursoragent@cursor.com> * fix(device-ts): close Deepgram socket if CloseStream send fails Fixes #13623 Co-authored-by: Cursor <cursoragent@cursor.com> * fix(device-ts): drain Deepgram results after CloseStream Fixes #13623 Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Da7em-T <328307673+Da7em-T@users.noreply.github.com> Co-authored-by: Cursor <cursoragent@cursor.com> | 10 天前 | |
docs(cli): add 16 localized quickstarts + Portuguese recipe guides (#14872) Quickstarts (following the accepted template): Bislama, Sranan Tongo, Karelian, Võro, Kashubian, Silesian, Rusyn, Lower Sorbian, Friulian, Aragonese, Kirundi, Crimean Tatar, Navajo, Inuktitut, Cherokee, Dzongkha. Recipes: Portuguese translations of conversations_markdown and memories_markdown (command lines unchanged, prose localized; naming follows the conversations_csv.es.md convention). Discovery links added in both README indexes; recipe index entries added next to their English counterparts. | 21 小时前 | |
chore: sync docs to README files (#15486) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 21 小时前 | |
fix(react-native): remove stale JS entrypoints shadowing TypeScript SDK (#13593) * fix(react-native): remove stale JS entrypoints shadowing TypeScript SDK Metro's JS-first sourceExts resolve extensionless `src/index` to legacy `index.js`, which constructs NativeEventEmitter with the retired OmiModule bridge and throws during import. Remove the obsolete `src/index.js` and `src/types.js` so consumers get the current BLE-PLX TypeScript implementation. Add entrypoint-resolution regression tests (issue #13151) covering stale-file absence, Metro extension-order resolution, and current public exports. Fixes #13151 Verification: cd sdks/react-native && npm test (8 passed) Co-authored-by: Apoorv Darshan <apoorvdarshan@gmail.com> * test(react-native): loosen VERSION assertion in entrypoint test Use toBeDefined() instead of pinning 1.0.1 so version bumps do not break the entrypoint-resolution regression test. Co-authored-by: Apoorv Darshan <apoorvdarshan@gmail.com> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com> | 10 天前 | |
fix(rust-sdk): recognize PCM16 audio codec (#13050) Map protocol codec ID 0 to Pcm16 through the existing public device conversion. Add integration coverage for known codecs, unknown values, and empty reads, and document the supported codec map. Validation: 11 crate tests, rustfmt, Clippy with warnings denied, and 11 selected shared repository checks passed. The history guard also passed with full history. Fixes #13036. | 14 天前 | |
feat(sdks/swift): configure Deepgram language and model (#13437) - Add configurable `model` (default: 'nova') and `language` (default: 'en-US') parameters to `OmiDeepgramTranscriber` - Update `OmiSttFactory.makeStreaming` with `deepgramModel` and `deepgramLanguage` - Preserve backwards compatibility with existing signatures and defaults - Add `omi-libTests` target to `Package.swift` with comprehensive unit tests for URL request generation and factory instantiation - Update Swift SDK docs and README with streaming STT usage examples Fixes #13143 | 10 天前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 10 天前 | ||
| 21 小时前 | ||
| 21 小时前 | ||
| 10 天前 | ||
| 14 天前 | ||
| 10 天前 |