12-21-2016 09:50 AM
I am planning to build a speech to text convertor on Labview and later port the same to myRio board. I am new to this field and I donno where to start with. Any suggestions will be helpful.
Solved! Go to Solution.
12-21-2016 10:18 AM
As far as i know there are only 2 ways to do speech recognition in labview.
1. using the microsoft speech api
2. creating your own library and doing signal analysis.
Since you want to use this on a myrio i believe you will have to do method 2.