vscode: VS Code Speech Extension doesn't work

Does this issue occur when all extensions are disabled?: Yes/No

  • VS Code Version: 1.87.2
  • OS Version: Windows 22H2

Steps to Reproduce:

  1. Press Ctrl+Alt+V, mic icon appears in VS Code:

image

but it doesn’t recognize anything and the icon that the mic is being used in taskbar is missing: image

  1. GitHub Copilot Chat voice also doesn’t work?!

VS Code Specs

Version: 1.87.2 (system setup) Commit: 863d2581ecda6849923a2118d93a088b0745d9d6 Date: 2024-03-08T15:20:17.278Z Electron: 27.3.2 ElectronBuildId: 26836302 Chromium: 118.0.5993.159 Node.js: 18.17.1 V8: 11.8.172.18-electron.0 OS: Windows_NT x64 10.0.19045

About this issue

  • Original URL
  • State: closed
  • Created 3 months ago
  • Comments: 16 (7 by maintainers)

Most upvoted comments

We rely on the upstream SDK to fix this, thanks for patience.

To figure out more about this issue related to voice recognition, can you do this:

  • close all instances of VS Code
  • open a terminal / console
  • define an VSCODE_SPEECH_LOGS_PATH environment variable pointing to a folder that exists
    • on Windows: set VSCODE_SPEECH_LOGS_PATH=<path to existing folder>
    • on macOS/Linux: export VSCODE_SPEECH_LOGS_PATH=<path to existing folder>
  • start VS Code from that terminal / console by typing code (or code-insiders)
  • set log level to trace for the extension (see [1])
  • open the output channel for the extension (see [2])
  • try to reproduce the issue that you had seen with voice recognition or keyword activation

Can you then share the output from the extension output channel as well as any log files in the folder of VSCODE_SPEECH_LOGS_PATH. Thanks!

[1] image image image

[2] image