Text to speech does not work on W11 via Terminal (PS7)/CMD
Resolved 💬 12 comments Opened Feb 25, 2026 by Pimpmuckl Closed Feb 26, 2026
💡 Likely answer: A maintainer (github-actions[bot], contributor)
responded on this thread — see the highlighted reply below.
What version of the Codex App are you using (From “About Codex” dialog)?
0.105.0
What subscription do you have?
Pro
What platform is your computer?
Microsoft Windows NT 10.0.26200.0 x64
What issue are you seeing?
Holding space for TTS does not work on W11.
What steps can reproduce the bug?
- Start codex session via
codex - Hold space bar
- cursor hangs and moves after several seconds
- No TTS, just a line of empty spaces
What is the expected behavior?
- Start codex session via
codex - Hold space bar
- TTS animation and text shows up
Additional information
Tried with both disable_paste_burst = false and true since this setting creates odd sluggishness for the TUI typed input but that also did not help.
12 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
This is not the same issue as the voice "mode" does not turn on in the first place.
Also, this is not app related, unsure why that was added.
+1
Having the same issues when running via WSL. Holding space just lets the cursor go all the way to the side.
Do you have the feature enabled (feature.voice_transcription = true)?
I have tested this in WSL and PowerShell, speech recognition cannot be triggered properly under WT.exe (even the key is true:
feature.voice_transcription = true<img width="1908" height="233" alt="Image" src="https://github.com/user-attachments/assets/b22aede9-a73d-4537-bbe6-45c957656192" />
Yep, restarted everything, made sure
voice_transcription = trueis part of the[features]in theconfig.toml.Now it does show the little animation that it's reading/transcribing but no output.
Not related to this but adding the toml flag to enable new features that are shown in the release notes would be handy as well to squash false positive reports.
feature should be features (with s) ?
XX@XX:/mnt/d/Dev/$ codex features list | rg voice_transcription
voice_transcription under development true
XX@XX:/mnt/d/Dev/$
yes i tried to put it at the [feature],
The animation works, but TTS doesn’t work
maybe it has something to do with audio devices availability in WSL:
/dev/snd and /proc/asound
just guessing...
not working in my WSL
Well, I speak something to animation is changing. I’m sure it reach my microphone. But tts doesn’t work
Seeing you, a Dota 2 Fellower here JJ was not on my Bingo list :D
Can you check in .codex/log/codex-tui.log if there is an error like that: I saw that in another issue and i have the same.
2026-02-25T22:36:11.143524Z ERROR codex_tui::voice: voice transcription error: transcription failed: 403 Forbidden <!DOCTYPE html><html lang="en-US"><head><title>Just a moment...</title><meta http-equiv="Content-Type" content="text/html;
Seems like Cloudflare - or whatever the protection is they use - is blocking the request.
Ah yep, you are correct @Akrelion45 !
2026-02-25T23:03:28.469084Z ERROR codex_tui::voice: voice transcription error: transcription failed: 403 Forbidden <!DOCTYPE html>Alrighty, my bad, can be closed in favor of https://github.com/openai/codex/issues/12804 I suppose.
Also, hi! <3