Voice Recognition and Text to Speech in Python
11–20 of 53 posts
Re: Voice Recognition and Text to Speech in Python
#12Does this work without an internet connection (once downloaded)? If yes, How big is the downloaded footprint? I still haven't gone through the webpage carefully.
Re: Voice Recognition and Text to Speech in Python
#13It really would be amazing to be able to get voice recognition software that covers at least recognizing a small enough fraction of our language to be useful without having to reach the cloud. It is definitely a dream I hope we one day achieve, thanks for the article, will test it on my day off and play with it a bit.
Are there any academic groups working on this topic, and do they have prototype implementations?
Re: Voice Recognition and Text to Speech in Python
#14Does this work without an internet connection (once downloaded)? If yes, How big is the downloaded footprint? I still haven't gone through the webpage carefully.
Re: Voice Recognition and Text to Speech in Python
#15Does this work without an internet connection (once downloaded)? If yes, How big is the downloaded footprint? I still haven't gone through the webpage carefully.
Re: Voice Recognition and Text to Speech in Python
#16It really would be amazing to be able to get voice recognition software that covers at least recognizing a small enough fraction of our language to be useful without having to reach the cloud. It is definitely a dream I hope we one day achieve, thanks for the article, will test it on my day off and play with it a bit.
There are plenty of those. Voice recognition is nothing new—I remember playing around with "speakable items" back in Mac OS 7 . It did well enough to recognize certain key words and phrases.
Re: Voice Recognition and Text to Speech in Python
#17It is good enough quality and a good start for those who can not afford paying for Google's API.
Re: Voice Recognition and Text to Speech in Python
#18It really would be amazing to be able to get voice recognition software that covers at least recognizing a small enough fraction of our language to be useful without having to reach the cloud. It is definitely a dream I hope we one day achieve, thanks for the article, will test it on my day off and play with it a bit.
Well, I guess at some point this functionality will become part of the OS. When OSX and Windows offer this, then Linux cannot stay behind, and we will see open source speech recognition libraries.
Re: Voice Recognition and Text to Speech in Python
#19Microsoft's translation API has 1 million characters/month free version for text to speech with male/female voice. It is good enough quality and a good start for those who can not afford paying for Google's API.
Re: Voice Recognition and Text to Speech in Python
#20https://github.com/dannguyen/watson-word-watcher
One of the great things about it is its word-level time stamp and confidence data that it returns...here's a few super cuts I've made from the presidential primary debates:
https://www.youtube.com/watch?v=VbXUUSFat9w&list=PLLrlUAN-Lo...
It's not perfect by any means, but the granular results give you a place to start from...here's a super cut of cuss words from a well known episode of The Wire...only 59 such words were heard by Watson even though one scene contains 30+ F-bombs alone:
https://www.youtube.com/watch?v=muP5aH1aWUw&feature=youtu.be
The service is free for the first 1000 minutes each month.