joelpurra / talkie

Text-to-speech browser extension button. Select text on any web page, and have the computer read it out loud for you by simply clicking the Talkie button.
https://joelpurra.com/projects/talkie/
GNU General Public License v3.0
70 stars 17 forks source link

Speech stops after 22-25 works spoken #1

Closed joelpurra closed 7 years ago

joelpurra commented 7 years ago

From james liu on the Talkie support page for this TTS voice tool in the Chrome Web Store:

What is the limit on number of words it can process When I tried it, it appears to have a limit of 22-25 words spoken before it stops.

Is there a commercial / unlimited version available?

This is an awesome product which has a serious limitation.

The issue seems to be related to known bugs (369472, 335907) in Chromium/Google Chrome.

The solution seems to be to split the text into smaller pieces, preferably as sentences or clauses. The maximum length per text spoken at once should also be defined.

I will implement, test, and publish a fix for this issue as soon as possible.

On a side note: there are no commercial/premium features (yet) -- but if you like Talkie and want to support further development, donate!

joelpurra commented 7 years ago

Should be fixed in version 1.5.0. Let me know if the problem persists!