Xbmc not working for blind users.
(2014-05-06, 03:53)jhall Wrote: so does this mean if you run the server on a remote machine and select google, the server will run mpg123 -s for you so that you don't have to have mpg123 on the pi?

It will try mpg123, sox and then mplayer.

(2014-05-06, 13:54)jhall Wrote: I made the recommended changes and noticed a couple things.

First, the new listener daemon on the server listens on 8259, not 8256, causing the client to think it isn't running. I edited the file created in .config/ to correct this on the server since editing on the pi was going to be more annoying.

Next I tried the play OSD sounds all the time vs only when media is not running vs never. Interestingly enough when I selected never, the speech stopped until I selected always (as predicted) but then when I tried to play live tv it still did not talk while live tv was going. I noticed on my windows machine it would speak the OSD whether that setting was at its default or whether it was set to always.

I finally found the settings under system that deal with audio output. I did not have time to play with bypass audio or not settings on the pi. I got google tts running, she talks really slow and does not seem to adhere to the speed settings. Is there a way to select a different voice?

I also noticed while the tts addon is active, the pi doesn't seem to respond to yatse trying to gather the pvr data (yatse runs on my phone for remote controlling the tv) that could be because the addon is hitting it hard for polls?

Sorry about the port. That's a mistype. I'll be changing it back.

You can't change anything about Google.

As far as rate with the ttsd backend, not all backends honor that. I'll have to make it hide for those that don't.

I'm not sure about the yatse issue you described. You could try increasing the poll interval in the addon's advanced settings and see if that helps.

(2014-05-06, 07:18)Traker1001 Wrote: Howdy,
I have been getting sapi crashes where the speech will just stop. When that happens the log file shows this. If I press F12 Once to shut it down and then again to restart it the speech will come back up and start speaking, Just that when speech stops I don't know if its just the speech that quite or if the thing locked up.[/php]

Code:
18:51:32 T:2564  NOTICE: section:
18:51:36 T:3508  NOTICE: service.xbmc.tts: Control: 0
18:51:36 T:3508  NOTICE: service.xbmc.tts: Control: 300
18:51:52 T:3508  NOTICE: service.xbmc.tts: Control: 302
18:51:55 T:3508  NOTICE: service.xbmc.tts: Control: 300
18:51:59 T:3508  NOTICE: service.xbmc.tts: Control: 305
18:51:59 T:3308   ERROR: Exception in thread TTSThread: SAPI:
                                            Traceback (most recent call last):
                                              File "C:\Program Files\XBMC\system\python\Lib\threading.py", line 808, in __bootstrap_inner
                                                self.run()
                                              File "C:\Program Files\XBMC\system\python\Lib\threading.py", line 761, in run
                                                self.__target(*self.__args, **self.__kwargs)
                                              File "C:\Users\Admin\AppData\Roaming\XBMC\addons\service.xbmc.tts\lib\backends\base.py", line 214, in _handleQueue
                                                self.threadedSay(text)
                                              File "C:\Users\Admin\AppData\Roaming\XBMC\addons\service.xbmc.tts\lib\backends\sapi.py", line 26, in threadedSay
                                                self.SpVoice.Speak(text,1)
                                            COMError: (-2147200958, None, (None, None, None, 0, None))

and

Code:
21:19:56 T:3580  NOTICE: service.xbmc.tts: Control: 306
21:19:57 T:3580  NOTICE: service.xbmc.tts: Control: 32
21:19:57 T:3580  NOTICE: service.xbmc.tts: Control: 305
21:19:57 T:3692   ERROR: Exception in thread TTSThread: SAPI:
                                            Traceback (most recent call last):
                                              File "C:\Program Files\XBMC\system\python\Lib\threading.py", line 808, in __bootstrap_inner
                                                self.run()
                                              File "C:\Program Files\XBMC\system\python\Lib\threading.py", line 761, in run
                                                self.__target(*self.__args, **self.__kwargs)
                                              File "C:\Users\Admin\AppData\Roaming\XBMC\addons\service.xbmc.tts\lib\backends\base.py", line 214, in _handleQueue
                                                self.threadedSay(text)
                                              File "C:\Users\Admin\AppData\Roaming\XBMC\addons\service.xbmc.tts\lib\backends\sapi.py", line 26, in threadedSay
                                                self.SpVoice.Speak(text,1)
                                            COMError: (-2147200958, None, (None, None, None, 0, None))
21:19:57 T:3580  NOTICE: service.xbmc.tts: Control: 300
21:19:58 T:3580  NOTICE: service.xbmc.tts: Control: 8
21:20:15 T:3580  NOTICE: service.xbmc.tts: Control: 300
21:20:20 T:3580  NOTICE: service.xbmc.tts: Control: 0
Any Ideas?

Also, What are the "service.xbmc.tts: Control: 302" messages?

@EDIT - Im sorry this is with Gotham final on win 7 x64.

I'll see if I can do something about those errors.

The Control messages are for debugging. It's just the ID of the current control.


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: RE: Xbmc not working for blind users. - by ruuk - 2014-05-06, 14:31
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