question

AmitKumar-5503 avatar image
0 Votes"
AmitKumar-5503 asked azure-cxp-api edited

Give voice commands to computer

Hello everyone,


I want to create an exe which can control another exe by using voice commands. My aim is to control the visual studio with voice commands. I have tried with Microsoft Cognitive services speech to text. I am not able to focus from another window to visual studio so that i can start coding by voice commands . I want to code like while resting in my bed in front of viewing any display just by using commands.

Also it helps for the physically handicapped persons also and for those who have back pain for long sittings i.e. a common problem for every developer.

Moreover i want to implement like some automation and implement some dictionary type of all source codes so that give commands like build project ecommerce, a default ecommerce app will be created. I want to implement some Machine Learning Model also so that i can improve its automation project.

dotnet-csharpdotnet-aspnet-core-blazor
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@AmitKumar-5503 Thanks for the question, I think some of these features on accessibility are available on visual studio code like screen reader mode and some VS2019 also provides some navigation and accessibility features.

With respect to cognitive services and the speech to text services you will have to develop an extension that will use the speech API and integrate with an IDE to utilize the speech to text functionality features of the API.


0 Votes 0 ·

0 Answers