10-18-2024 02:13 PM - edited 10-18-2024 02:14 PM
Weird, exact wording from a 2012 Lava.org post: Speech To text Conversion(Speech Recognition) Using LabVIEW - LabVIEW General - LAVA (lavag.org)
In case saamraaj is not a bot, you should understand that LabVIEW is a programming language. NI has no reason to provide speech to text functions for it. Unless someone writes a VI package that would add that functionality, you will have to rely on external code or use the signal analysis tools to write it yourself.
If you are going to use MS SpeechSDK you need to learn that, then call it through a DLL as that SDK does not support LabVIEW. However, why not just use C++, C#, Python or one of the other languages that support it??? 🤔