Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows 8 speech to text and text to speech API

I guess the question pretty much says it all?

And I would prefer not to access cloud services such as Microsoft Translator and Project Hawaii?

Is there any direct API I can access?

(For metro apps)

like image 710
cjds Avatar asked Oct 09 '12 14:10

cjds


1 Answers

I was able to get the Microsoft Speech Platform working on my Windows 7 laptop (both Voice Recognition and Text-to-Speech). You just need to install SDK and the runtime. You can also download additional Voice and Language packs. I would think it should work on Windows 8 as well. Here is a good sample on how to set it up to recognize some basic phrases like "Find restaurants near Seattle".

like image 119
vitaliy2012 Avatar answered Sep 30 '22 12:09

vitaliy2012