i am developing a windows phone 7 application.
I want to have a search textbox where it search some data when the search keyword is given.
i want to implement voice search like bing have.
Anyone have idea how to do it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Currently there is no library for speech recognition on WP7 but you can use speech recognition through a service.
You can find here an example on how to use speech recognition on Windows Phone 7 through a service:
Windows Phone 7 Prototype 001: Speech Recognition on WP7