Skip to content

fix: disable unstable apple speech fallback - #17

Merged
DHLbigmonster merged 1 commit into
mainfrom
codex/fix-volcengine-voice-runtime
May 21, 2026
Merged

fix: disable unstable apple speech fallback#17
DHLbigmonster merged 1 commit into
mainfrom
codex/fix-volcengine-voice-runtime

Conversation

@DHLbigmonster

Copy link
Copy Markdown
Owner

Follow-up for voice input still producing no transcript.\n\nDiagnosis:\n- Microphone capture works and audio chunks reach the main process.\n- The failing path was Apple Speech fallback: the helper exits with code null in app logs and reproduces a local 134 crash with PCM input.\n- The installed app also lacked Volcengine credentials until the local .env was included during packaging.\n\nChange:\n- Disable Apple Speech fallback by default unless SARAH_ENABLE_APPLE_SPEECH_FALLBACK=true is explicitly set.\n- Current local install was rebuilt with Volcengine .env present, so Sarah uses the streaming ASR path instead of the crashing helper.\n\nVerification:\n- node --experimental-strip-types --check passed for ASR files.\n- pnpm -s test passed 45/45.\n- pnpm run install:app completed successfully.\n- Installed app startup log shows .env loaded and VOLCENGINE_APP_ID SET.

@DHLbigmonster
DHLbigmonster merged commit 381dad8 into main May 21, 2026
1 check passed
@DHLbigmonster
DHLbigmonster deleted the codex/fix-volcengine-voice-runtime branch May 21, 2026 12:03
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