curiosity
curiosity

Reputation: 1233

voice search in windows phone 7

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?

Upvotes: 3

Views: 1499

Answers (3)

Răzvan Flavius Panda
Răzvan Flavius Panda

Reputation: 22116

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

Upvotes: 1

Lisa
Lisa

Reputation: 540

Has there been any updates on Tellme's API? Their website is quite vague. I see SAPI, but there's not mention of using it for Windows Phone.

http://www.microsoft.com/en-us/Tellme/developers/default.aspx?tab=desktop

Upvotes: 1

Claus Jørgensen
Claus Jørgensen

Reputation: 26345

There's no public API available for this yet. You can register at Microsoft Tellme to get information on when it's done.

Also take a look at Microsoft Project Hawaii.

Upvotes: 1

Related Questions