Click here to Skip to main content
16,011,578 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
I am working on a project for speech recognition over Vista. Shall I use Speech SDK or Windows Presentation Foundation(WPF)? Pls giv some suggestion..Thanks.
Posted

1 solution

I think that you might be confused.

The Speech SDK (tutorial)[^] and WPF are entirely different things.

Use the Speech SDK for the speechy bits and WPF, Windows Forms, a Web App or ASP.Net for the showy bits.

[After OPs comment]
Even this[^] uses WPF for Presentation, and that's what WPF is (Windows Presentation Framework) and the Speech SDK for the speech parts.

Everyone seems to think that WPF is some sort of miracle but it isn't. It is just another (admittedly more controllable) way of showing the 'standard' Windows UI.
[/After OPs comment]
 
Share this answer
 
v2
Comments
Cool Bhakti 18-Mar-11 22:52pm    
Thanks for ur answer but actually I was confused because WPF can also be used to implement speech applications.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900