Streamline your development workflow by leveraging Voice-Dev. Voice-Dev is a VS Code Expansion where you can speak commands to your machine and expect an output of code for whichever language you are working in. The extension uses node-audiorecorder to get audio input, Mozilla's DeepSpeech pre-trained English model as a Speech-to-Text engine, and NLP.js to process and intelligently interpret requests using NLP classifications.
-Get code directly from stackoverflow from spoken queries.
As of 7/14/2020, Mozilla's DeepSpeech library only mainly supports major releases of ElectronJS (5.0, 6.0, 7.0, etc), so VS Code running on ElectronJS 7.3 will not work. It is recommended that you install VS Code 1.43.2 (Feb Release) for the best experience with this extension.
- Currently there may be an issue with accessing the built in Git API so using VCS related commands may not work. This is currently being investigated.
Initial Release! Windows audio input seems to work fine (other platforms need to be tested), and the deepspeech engine also seems to be working fine.