voice-devStreamline 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. Features-Get code directly from stackoverflow from spoken queries. RequirementsAs 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. Known Issues
Release Notes0.0.1Initial Release! Windows audio input seems to work fine (other platforms need to be tested), and the deepspeech engine also seems to be working fine. |