Vica Posted 6 hours ago Posted 6 hours ago Hello everyone I'd like to know if it's possible to execute AutoCAD commands using voice recognition. Is this possible using Lisp? Thanks in advance Quote
Danielm103 Posted 2 hours ago Posted 2 hours ago Look at SAPI (Microsoft Speech Application Programming Interface) https://learn.microsoft.com/en-us/previous-versions/windows/desktop/ms720151(v=vs.85) I goofed with Python’s SpeechRecognition library, but I didn’t want to spend the time to sign up for a proper service, i.e. Google’s API, the results were pretty bad. Best approach would be to use a language with support for multi-threading, that way you could have a background thread listing for commands Quote
rlx Posted 2 hours ago Posted 2 hours ago just google voicecontrol autocad and you get things like voice2cad Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.