I've attached a diff file as a zip, because .diff was not allowed, and also the modified EventGhost/plugins/Speech/__init__.py file.
EDIT: Unicode support added, version 2.
EDIT2: Added check box for async/sync speaking.
I'm using the speech plugin to read aloud the name of the current song. I have speakers outside, so can't be bothered to get inside to find out the title of the song. Don't know about youstottle wrote:For the life of me, though, I can't think of what in the world do you use this for?![]()
Code: Select all
UnicodeDecodeError: 'ascii' codec can't decode byte 0xef in position 6: ordinal not in range(128)It's just that you don't need to use the clipboard to do that. You can just send eg.result directly to the speech plugin.I'm using the speech plugin to read aloud the name of the current song