Skip to content

Keep Parakeet streaming in live mode#5787

Merged
ComputelessComputer merged 1 commit into
mainfrom
fix/stt-parakeet-live-routing
Jun 26, 2026
Merged

Keep Parakeet streaming in live mode#5787
ComputelessComputer merged 1 commit into
mainfrom
fix/stt-parakeet-live-routing

Conversation

@ComputelessComputer

@ComputelessComputer ComputelessComputer commented Jun 26, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Align desktop Soniqo streaming language support with local model metadata.
  • Cover capture payloads for supported non-English languages.

Note

Medium Risk
Changes live vs batch transcription for non-English local STT users, which affects capture behavior and transcript quality if streaming support does not match metadata assumptions.

Overview
Soniqo Parakeet streaming no longer downgrades to batch when the user’s language is a supported European locale (e.g. German). Streaming language support is aligned with the existing Parakeet batch language list instead of treating only English as live-capable.

In capabilities.ts, SONIQO_STREAMING_LANGUAGE_CODES now mirrors SONIQO_PARAKEET_BATCH_LANGUAGE_CODES, and the branch that forced batch for non-English primary languages with batch support is removed. For soniqo-parakeet-streaming, config stays live, passes the first Soniqo-supported language hint (e.g. ["de"] when German is primary), and still drops unsupported hints without switching modes.

Tests cover German live mode and a useStartListening case that asserts capture starts with languages: ["de"] and transcription_mode: "live".

Reviewed by Cursor Bugbot for commit 871432a. Bugbot is set up for automated code reviews on this repo. Configure here.

Align desktop Soniqo streaming language support with the local model metadata and cover the capture payload for supported non-English languages.
@netlify

netlify Bot commented Jun 26, 2026

Copy link
Copy Markdown

Deploy Preview for old-char canceled.

Name Link
🔨 Latest commit 871432a
🔍 Latest deploy log https://app.netlify.com/projects/old-char/deploys/6a3ea89728257500082cd274

@ComputelessComputer ComputelessComputer merged commit 3ef1d6d into main Jun 26, 2026
10 checks passed
@ComputelessComputer ComputelessComputer deleted the fix/stt-parakeet-live-routing branch June 26, 2026 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant