Python Forum
Using Windows Speech to Text - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Using Windows Speech to Text (/thread-9981.html)



Using Windows Speech to Text - jmair - May-07-2018

We can use the win32com to get text use windows built in text to speech, but can we use the speech to text? Every time I search for it I can only find google api or windows bing. But there has got to be a way to access the already available capability. Where can I look?
Thanks!


RE: Using Windows Speech to Text - Larz60+ - May-08-2018

There's SpeechRecognition which can be used offline (or on) see: https://pypi.org/project/SpeechRecognition/
I've played with it a bit, need to find or write training software


RE: Using Windows Speech to Text - jmair - May-08-2018

(May-08-2018, 01:54 AM)Larz60+ Wrote: There's SpeechRecognition which can be used offline (or on) see: https://pypi.org/project/SpeechRecognition/
I've played with it a bit, need to find or write training software

Yeah, I've seen a bunch of others out there, but the .net one is right there and pretty good already. I opted to solve my problem using FBchat and androids build in speech to text.