microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.42k stars 28.62k forks source link

VS Code Speech & Live Captions Integration #225659

Open shx2pi opened 1 month ago

shx2pi commented 1 month ago

You can add a real-time subtitle function under Windows to VS Code Speech, similar to the real-time subtitles that come with Windows 11. Capture computer sound (record internal sound) through WASAPI's CaptureLoopback and convert speech to text in real time, even if the computer sound is completely turned off.

The real-time subtitles that come with the Windows 11 system are particularly useful, but the recognized subtitles cannot be saved separately. VS Code Speech can do this, but it cannot record internal sound. Combining the two will have a better effect.

vs-code-engineering[bot] commented 3 weeks ago

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!