Xbmc not working for blind users.
(2014-04-29, 07:33)eckythump Wrote: I hadn't noticed you linking to httpttsd, but that's cool, too. Once you're happy with your python server, I won't be at all offended if you want to just link to that. It's also been my observation that python stuff seems much easier to package up as standalone packages that people can install/run as proper windows services, and that'd definitely be a great goal (in time) for your python server.
I felt a little bad about basically replacing your perl script, but it seemed like a waste not leveraging all this backend code.
I do plan to eventually create a windows installer and make this work as a service. I've actually done this before, but that was about 8 or 9 years ago so I remember almost nothing Smile
(2014-04-29, 07:33)eckythump Wrote: One other thought I literally just had was that it might be good to add an option into the config section that lets you toggle between screen-reading mode (what we currently have) and a non-screen-reading mode. The latter essentially being silent all the time, but leaving your addon available for other future addons to leverage it if they want their addons to generate speech, for example if someone wanted to write an addon to speak subtitles.
I've been thinking for a while that it would be nice to have this provide a module for other addons so they could just for instance import xbmcspeech and then xbmcspeech.say("some stuff"). This will probably work best If I split out the backends into the xbmc module and have the service separate, importing the backends.
I do like having the service be able to work all in one addon with no dependencies because it makes it easier to install directly from the zip, and I could actually have it provide a module without separating the backends, but then if you disable the addon, the module will no longer be available, and I want the service to be disabled when "off" both because it then no longer uses any resources and because that allows for it to be included in an XBMC install where it can disable itself on first run. This is the only way so far I have come up with that that will provide pre-installed speech without affecting sighted users.

(2014-04-29, 19:26)popcornmix Wrote:
(2014-04-29, 03:57)ruuk Wrote: It seems to be certain length that plays, rather than some fraction of the total length. Something like 1 to 1.5 seconds.
While I'm sure it's not directly related, it seems to happen to wavs of approximately the same length as the crashing issue.

Yes, I've had another look, and have found the cause of the truncation. There was a 256K limit in size (after channel mapping/resampling).
I have a fix for that on newclock3 and gotham_rbp_backports branches. It should appear in a future build.

Thanks for checking on that and making a fix. I really appreciate the time you've taken to follow this.


Messages In This Thread
[No subject] - by natethomas - 2011-12-19, 05:25
[No subject] - by Ned Scott - 2011-12-19, 05:43
[No subject] - by Banjer - 2011-12-19, 18:58
[No subject] - by jhsrennie - 2011-12-19, 19:05
[No subject] - by Anders74 - 2011-12-20, 17:54
[No subject] - by Anders74 - 2011-12-20, 17:55
[No subject] - by Ned Scott - 2011-12-20, 19:08
[No subject] - by skybird1980 - 2011-12-21, 00:47
Xbmc not working for blind users. - by hellow - 2014-03-15, 16:55
v0.0.34 - by ruuk - 2014-03-31, 01:28
v0.0.37 - by ruuk - 2014-04-16, 02:20
v0.0.38 - by ruuk - 2014-04-17, 02:54
v0.0.40 - by ruuk - 2014-04-18, 19:59
v0.0.42 - by ruuk - 2014-04-24, 02:29
v0.0.43 - by ruuk - 2014-04-24, 21:39
v0.0.44 - by ruuk - 2014-04-27, 23:32
v0.0.46 - by ruuk - 2014-04-29, 03:15
v0.0.47 - by ruuk - 2014-05-01, 02:25
v0.0.48 - by ruuk - 2014-05-02, 22:02
v0.0.49 - by ruuk - 2014-05-06, 01:49
v0.0.51 - by ruuk - 2014-05-08, 08:08
v0.0.52 - by ruuk - 2014-05-09, 19:16
v0.0.53 - by ruuk - 2014-05-11, 01:22
v0.0.54 - by ruuk - 2014-05-15, 04:05
v0.0.56 - by ruuk - 2014-05-22, 02:04
v0.0.59 - by ruuk - 2014-05-23, 19:42
v0.0.60 - by ruuk - 2014-05-23, 21:35
RE: Xbmc not working for blind users. - by ruuk - 2014-04-29, 20:05
v0.0.62 - by ruuk - 2014-05-25, 03:09
v0.0.63 - by ruuk - 2014-05-25, 22:14
v0.0.64 - by ruuk - 2014-05-26, 03:07
v0.0.65 - by ruuk - 2014-05-26, 15:19
v0.0.66 - by ruuk - 2014-05-31, 21:01
Logout Mark Read Team Forum Stats Members Help
Xbmc not working for blind users.5