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

add the ability to set the voice set #4

Closed Goddard closed 7 years ago

Goddard commented 7 years ago

Not sure if this is possible, but I am not able to set the voice set I want to use. Using 2.0.2 in Chrome.

joelpurra commented 7 years ago

@Goddard: no, it's not possible at the moment. Currently the language of the text/page is detected automatically, then passed to the browser. The browser picks a voice out of the available ones for that language.

My impression is that the automatic mode works pretty well (at least in chrome). Have thought of adding voice overrides though, and started preparing for it. It'd require some work to make a configuration interface and override the language/voice selection logic, so am thinking of making it a paid feature (as noted in the readme) when installed through the chrome web store. Planning to keep the software open source, but this would support spending time on adding advanced features. What do you think?

It's on the todo-list, so I'll leave this issue open.

joelpurra commented 7 years ago

@Goddard: voice selection has now been implemented in Talkie Premium! You can select your favorite voice per language even. You can test the feature in regular Talkie, build from Talkie Premium from source, or get it from the stores.

What do you think, does it work as you'd prefer?