Python Forum
Using Windows Speech to Text
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using Windows Speech to Text
#1
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!
Reply
#2
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
Reply
#3
(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.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Controlling text-to-speech pauses with pyttsx3 pmac1300 4 4,466 Mar-14-2022, 06:47 AM
Last Post: Coricoco_fr
  Speech Recognition with timestamps DeanAseraf1 3 6,605 Jun-27-2021, 06:58 PM
Last Post: gh_ad
  How to link Sublime Text 3 Build system to Python 3.9 Using Windows 10 Fanman001 2 4,611 Mar-04-2021, 03:09 PM
Last Post: martpogs
  Continous Speech Recognition dell91 0 1,838 Oct-29-2020, 10:51 AM
Last Post: dell91
  How to Split Output Audio on Text to Speech Code Base12 2 6,866 Aug-29-2020, 03:23 AM
Last Post: Base12
  text to speech Heyjoe 11 6,832 Jul-02-2020, 01:32 AM
Last Post: Heyjoe
  Googles Text to speech justindiaz7474 0 1,669 May-06-2020, 02:04 AM
Last Post: justindiaz7474
  Simulation of Text to speech (without using mic) to Voice recognition suported hardwa Helloworld20 2 2,234 Apr-08-2020, 02:13 AM
Last Post: Helloworld20
  Python Speech Engines? Robo_Pi 2 2,100 Mar-12-2020, 02:46 PM
Last Post: Robo_Pi
  Coloured text in the terminal works in Linux but not Windows Flexico 2 2,699 Aug-26-2019, 10:44 PM
Last Post: Flexico

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020