feat(voice): add OpenAI speech-to-text - #232
Open
johnmatthewtennant wants to merge 21 commits into
Open
Conversation
johnmatthewtennant
force-pushed
the
add-openai-stt-tts
branch
from
August 26, 2026 19:48
8f05ad1 to
31c5425
Compare
johnmatthewtennant
force-pushed
the
add-openai-stt-tts
branch
3 times, most recently
from
August 28, 2026 19:26
06c926a to
7bdb07d
Compare
johnmatthewtennant
force-pushed
the
openai-tts-base
branch
from
August 28, 2026 19:27
b8b28cb to
2497d62
Compare
johnmatthewtennant
force-pushed
the
add-openai-stt-tts
branch
from
August 28, 2026 19:44
7bdb07d to
0f7c252
Compare
johnmatthewtennant
marked this pull request as ready for review
August 29, 2026 16:41
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds OpenAI realtime speech-to-text as a Voice Conversation input backend.
Configuration
Enter an OpenAI speech-to-text key in Settings → Voice → Speech input after selecting OpenAI. This credential is separate from Goose and from the OpenAI TTS key.
Testing
just checkpnpm vitest run src/features/voice-conversation/hooks/useOpenAiVoiceSetup.test.tsx src/features/voice-conversation/ui/VoiceSettings.test.tsx src/features/voice-conversation/lib/voiceSetupReadiness.test.tsjust tauri-checkjust clippy