Page 1 of 1

How to implement voice controlled wxWidgets application

Posted: Tue Aug 16, 2011 12:14 pm
by surya_rai87
Hi,

I have developed an application in wxWidgets in which there is lots of controls are implemented which will be executed by menu,
check boxes, radio buttons etc...

Now I want that i can give these inputs (like i can select any radio button or check box or any value in drop down boxes)and execute those with my voice via head phone connected with my windows system.But I am not sure how to implement this.


Can anybody please help me out from this issue so that i can make my application voice controlled application in which we
do not require to select any option with mouse etc..we just can do it with our voice via Head set connected to the system.

Thanks In Advance

Re: How to implement voice controlled wxWidgets application

Posted: Tue Aug 16, 2011 6:05 pm
by evstevemd
I'm not an expert so take my advice with care. I think you need speech-to-text library. Then from text you can easily proceed!
I have certainly never thought of such a thing. So google might be a good place to start

Re: How to implement voice controlled wxWidgets application

Posted: Tue Aug 16, 2011 7:56 pm
by Auria
I am not an expert on this either. But maybe you can use one of those applciations made for visually-impaired people? All major OS, as far as I know, now come with ways to control applications with the voice. I don't know what would be needed to make a wx app friendly with those though

Re: How to implement voice controlled wxWidgets application

Posted: Wed Aug 17, 2011 6:00 am
by surya_rai87
Auria wrote:I am not an expert on this either. But maybe you can use one of those applciations made for visually-impaired people? All major OS, as far as I know, now come with ways to control applications with the voice. I don't know what would be needed to make a wx app friendly with those though

Thanks evryone..i will try your suggestion.
But i need some more information as if there is any driver or interface for making voice controlled wxWidgets application etc..

Re: How to implement voice controlled wxWidgets application

Posted: Wed Aug 17, 2011 7:10 am
by doublemax
There is no dedicated support for that in wxWidgets.

Under Windows, SAPI is what you need:
http://msdn.microsoft.com/en-us/library ... 85%29.aspx

Some MSW samples that could get you started:
http://www.codeproject.com/KB/audio-vid ... chReg.aspx
http://www.codeproject.com/KB/audio-video/tambiSR.aspx

I don't know about other platforms.

Re: How to implement voice controlled wxWidgets application

Posted: Wed Aug 17, 2011 7:52 am
by catalin
Take a look at AxTk.

Re: How to implement voice controlled wxWidgets application

Posted: Thu Aug 18, 2011 12:49 pm
by surya_rai87
catalin wrote:Take a look at AxTk.

I went through this but i am not sure how to use this.Could you please refer me some demo project for the same..in which voice controlled wx application are shown.

Thanks

Re: How to implement voice controlled wxWidgets application

Posted: Sat Aug 20, 2011 6:58 pm
by protocol
I'm not sure if you actually looked, but here is the samples:
http://www.anthemion.co.uk/axtk/