08-31-2017 10:16 AM
I want to make a VI that takes basic one-word voice commands convert it to text with help of Google speech API and performs tasks assigned to that word.
I had worked with this thing in python but don't know how to do that in LABVIEW.
I appreciate any Help
Thank You
09-05-2017
05:24 PM
- last edited on
05-28-2025
03:55 PM
by
Content Cleaner
Hi Ravi64688,
That is a cool application!
If you are wanting to use an external VI, you can use the Call Library Function Node. This is explained in this document:
Calling External APIs
https://www.ni.com/docs/en-US/bundle/labview/page/calling-external-apis.html
I also found an example of someone using LabVIEW with Google Maps that might be helpful.
Google Maps in LabVIEW
https://forums.ni.com/t5/Example-Programs/Google-Maps-in-LabVIEW/ta-p/3512488
Let me know if this helps.
09-05-2017 05:27 PM
Thank you, Jacob.
I will try and work on that
01-09-2018 10:29 AM
Hi!
Did you succeed in using Google Voice Recognition API from LabVIEW?
Marco