04-24-2012 01:21 AM
Hi Somil,
If you don't mind can you tell me what hardware you have used? Interface between toy car and LabVIEW.. How you are transmitting commands to toy car?
I would like to try this myself.
Sound interesting to me ![]()
04-24-2012 04:38 AM - edited 04-24-2012 04:41 AM
@Somil wrote:
But what if i want to try voice to text conversion? Because, here i can use many commands by just matching the final strings.
What exactly has to be put in the ActiveX container? .exe, .dll or something else of the main program. I tried putting word.exe in the container, but the problem with it is that the property node in the block diagram is not showing any properties.
You could use .NET constructors with property and invoke nodes to access your speech recognition engine (If it supports .NET interface)
Check this or this link to know a list of methods you could invoke to read the output of your speech recognition engine into LabVIEW.
You would be able to know how to use .NET constructors in LabVIEW by going through NI knowledgebase articles/google
04-24-2012 11:35 PM
Hello,
I am translating words from one language to another. I have problem in the speech to text conversion part. I have implemented in MATLAB. I dont know how to convert it into LABVIEW. I tried with MATH script block. But the problem is some inbuild functions are there in the matlab code like melcepst. If you go inside melcepst program in m file.. there are many other inbuild functions. we have to take hamming window. say like there is a line in m file--> m=enframe(s, hanning(s)).. this enframe is another supporting file . many inbuild functions are there in enframe also. so its going like into a loop and then to another loop and so on..
Is there any other way to solve out this problem.please help me out.
Regards
Deepthi
04-24-2012 11:38 PM
Hi Deepthi again...
I have one more doubt . i have already said na that i am translating few words of one language to another. Actually i am doing for English to Malayalam and vice versa..Will Matlab support Malayalam inputs.