Mercurial
comparison dictation/webrtc_test.py @ 282:6bd4a3990696 default tip
Add cross-platform canvas orchestration and typed composer
Enable native ARM dependencies, macOS Copilot orchestration, portable service supervision, CPU dictation, and a shared N-key speak-or-type composer.
Co-authored-by: Copilot <[email protected]>
Copilot-Session: f68442b1-fa8f-46a0-9689-81710613bbd4
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Thu, 20 Aug 2026 20:45:25 -0700 |
| parents | 49e9e591c9bb |
| children |
comparison
equal
deleted
inserted
replaced
| 281:c57149ad216e | 282:6bd4a3990696 |
|---|---|
| 47 def test_config() -> DictationConfig: | 47 def test_config() -> DictationConfig: |
| 48 return DictationConfig( | 48 return DictationConfig( |
| 49 host="127.0.0.1", | 49 host="127.0.0.1", |
| 50 port=8090, | 50 port=8090, |
| 51 model_dir=Path("/tmp/model"), | 51 model_dir=Path("/tmp/model"), |
| 52 device="cpu", | |
| 52 compute_type="int8_float16", | 53 compute_type="int8_float16", |
| 53 max_sessions=1, | 54 max_sessions=1, |
| 54 partial_interval_ms=500, | 55 partial_interval_ms=500, |
| 55 silence_ms=200, | 56 silence_ms=200, |
| 56 max_utterance_seconds=5, | 57 max_utterance_seconds=5, |