Voice input do not work

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

After clicking to microphone icon and voice dictation no text appears in the input and see the error in Developer Tools console vscode-file://vscode-app/tmp/.mount_cursorsveaCe/usr/share/cursor/resources/app/out/vs/workbench/contrib/composer/browser/voice/voice-processor.js file not found. I have tried to extract appimage and search for the file, the file is missing.

Steps to Reproduce

Open new chat, click on microphone icon

Operating System

Linux

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.0.64
VSCode Version: 1.99.3
Commit: 25412918da7e74b2686b25d62da1f01cfcd27680
Date: 2025-11-06T04:35:14.424Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Linux x64 6.14.0-35-generic

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. This is a known issue affecting users across platforms. We’re seeing the same console errors on macOS.

Please share Console screenshots from Developer Tools when you:

  • Press the microphone button
  • Speak
  • Stop the recording

How to open: Help > Toggle Developer Tools > Console tab

This will help engineering diagnose the issue.

I’ll escalate this to the team, as it looks like the voice-processor.js file is missing or improperly bundled in recent releases.

Deprecation warn on microphone press
After stop the recording two error occurs as shown in attached screenshot

Console screenshot just after cursor start

1 Like

Voice mode didn’t work for me on HTTP/1.1, but it does work on HTTP/2. To access it, go to Cursor Settings → Network.

```
Version: 2.0.64
VSCode Version: 1.99.3
Commit: 25412918da7e74b2686b25d62da1f01cfcd27680
Date: 2025-11-06T04:35:14.424Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Linux x64 6.8.0-85-generic
```

3 Likes

Thank you, this helped.

Another thing to check is that your mic input is working and configured to the right volume sensitivity in your system settings. For a while I thought this feature was broken, but actually it was my system-level microphone settings that were misconfigured resulting in no sound being picked up.

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.