Release Kodi Screen Reader (Text to speech)
Hi all!

Been a while, glad to see this is still quite active and things are moving forward. Congrats on becoming a member of team Kodi, ruuk. I'm glad all your hard work and talent has been officially recognised and rewarded.

I managed to kill my old, updates-disabled, ain't-broke-don't-fix-it raspberry pi and now that I'm trying to use the new version, I've noticed a couple of issues.

My perl speech server no longer works with it. I'm not particularly bothered by this, as it's easy enough to run the python one, too, but probably worth either fixing it, or removing support for it entirely

With the minimal testing I've done, the python one seems to work fine for streaming wav's back to the client, but I can't get the "speak on server" feature working, either from XBMC itself, or attempting to manually interact with the server using python.

ruuk: Can you give me a crash course on how the client communicates with your speech server? Is it just a case of POST'ing engine, voice, rate, text, pitch and volume to either /wav or /say ? Which, if any, of those variables is optional? Using a python shell, I can get the server to throw a wav at me if I post to /wav, but /say does nothing, which no speech eminating from my XP machine that's running the server. The logfile shows:
Code:
speech.server: Mode: WAVOUT
speech.server: [127.0.0.1] SAPI - SAY: one two three
speech.server: Mode: WAVOUT
speech.server: [127.0.0.1] SAPI - WAV: one two three

I'm guessing the mode being WAVOUT for SAY isn't supposed to happen.

Also, does the python speech server save settings at all, or will it happily handle multiple unique clients with unique preferences? I'm hoping the latter, but I'm a little overwhelmed by the code at present as I've not been paying attention and it's been a few months.

Hope everyone is well. Thanks to everyone who's helping, testing and contributing. I'm going to try and be around a bit more again and help out where possible.
Reply


Messages In This Thread
Kodi Screen Reader (Text to speech) - by ruuk - 2014-06-02, 00:15
v0.0.67 - by ruuk - 2014-06-02, 22:37
v0.0.68 - by ruuk - 2014-06-03, 23:14
v0.0.69 - by ruuk - 2014-06-05, 18:38
v0.0.70 - by ruuk - 2014-06-08, 02:30
v0.0.71 - by ruuk - 2014-06-09, 01:35
v0.0.72 - by ruuk - 2014-06-11, 02:06
v0.0.73 - by ruuk - 2014-06-12, 20:20
v0.0.75 - by ruuk - 2014-06-17, 02:16
v0.0.75 - by ruuk - 2014-06-18, 02:12
v0.0.76 - by ruuk - 2014-06-23, 01:37
v0.0.77 - by ruuk - 2014-06-30, 00:19
v0.0.78 - by ruuk - 2014-07-01, 20:50
v0.0.79 - by ruuk - 2014-07-06, 01:30
speech.server v0.0.7 - by ruuk - 2014-06-11, 22:54
v0.0.80 - by ruuk - 2014-07-06, 19:42
v0.0.81 - by ruuk - 2014-07-07, 19:35
v0.0.82 - by ruuk - 2014-07-11, 19:40
v0.0.83 - by ruuk - 2014-08-14, 00:31
v0.0.84 - by ruuk - 2014-10-26, 23:26
v0.0.85 - by ruuk - 2014-11-01, 21:54
v0.0.86 - by ruuk - 2014-12-16, 20:52
v0.0.87b - by ruuk - 2014-12-23, 01:09
v0.0.88b - by ruuk - 2014-12-23, 02:18
v0.1.0b - by ruuk - 2014-12-25, 21:12
v0.1.1b - by ruuk - 2014-12-26, 21:26
v0.1.2 - by ruuk - 2015-02-28, 02:12
v1.0.0 - by ruuk - 2015-04-06, 19:38
v1.0.1 - by ruuk - 2015-04-25, 19:14
v1.0.2 - by ruuk - 2015-06-28, 01:18
v1.0.3 - by ruuk - 2015-09-07, 23:09
v1.0.4 - by ruuk - 2015-10-02, 19:43
v1.0.5 - by ruuk - 2015-10-06, 20:53
v1.0.6 - by ruuk - 2016-05-15, 19:02
v1.0.7 - by ruuk - 2017-07-16, 08:09
v1.0.8 - by ruuk - 2017-11-12, 09:59
v1.0.6b1 - by ruuk - 2016-01-02, 22:20
v1.0.6b2 - by ruuk - 2016-01-25, 19:12
Downloads Page Fixed - by ruuk - 2014-12-22, 21:17
RE: XBMC TTS (Text To Speech) [Alpha] - by eckythump - 2015-01-10, 11:47
Kodi Screen Reader (Text to speech) - by ruuk - 2015-11-11, 21:00
Kodi Screen Reader (Text to speech) - by ruuk - 2017-07-14, 23:08
Kodi Screen Reader (Text to speech) - by ruuk - 2017-11-18, 18:41
Kodi Screen Reader (Text to speech) - by ruuk - 2017-11-18, 21:29
Logout Mark Read Team Forum Stats Members Help
Kodi Screen Reader (Text to speech)10