Xbmc not working for blind users.
@ruuk and other python developers here,

Any thoughts on also adding basic voice control command support to your addon or as separate addons to add further accessibility functions into XBMC?

I was thinking that it would be great for both blind and non visually impaired persons alike even just to have some basic commands during playback like; play, pause, stop, next, previous, and search.


Speech recognition and voice control commands have previously been discussed here http://forum.xbmc.org/showthread.php?tid=9280


As a concept and for ideas checkout the very cool "Jasper" project which is user-friendly 'always-on' accessibility platform and open source Python-based implementation that uses CMU Sphinx ( http://cmusphinx.sourceforge.net ) , and even though the current Jasper client is not designed for XBMC it is nice as a proof-of-concept, and since Jasper is now quickly becoming a popular community driven framework for other to develop always-on, voice-controlled applications project, you too could create a "Jasper Client" for XBMC using that upstream Jasper cleint code

http://jasperproject.github.io/
https://github.com/jasperproject/jasper-client


There is also an non-Python voice control open source software for controlling XBMC on Linux that is called called "xbmcvc" (short for XBMC Voice Commands) which also uses CMU Sphinx for voice recognition, same as the Jasper project

http://forum.xbmc.org/showthread.php?tid=123621
https://github.com/kempniu/xbmcvc

xbmcvc send the commands via XBMC's JSON-RPC API so perhaps could get some ideas from it as it already supports XBMC navigation and playback commands

xbmcvc supported navigation commands; UPWARDS, DOWNWARDS, LEFT, RIGHT, SELECT, BACK, HOME, CONTEXT, WEATHER, PICTURES, TV, VIDEOS, MUSIC, PROGRAMS, SETTINGS, FAVORITES

xbmcvc supported player commands; PLAY, PAUSE, STOP, MENU, PREVIOUS, NEXT, SHUFFLE, UNSHUFFLE, REPEAT ALL, REPEAT ONE, REPEAT OFF

(2014-02-04, 19:26)RockerC Wrote: <alt> tags could possibly also open up additional opportunities for voice command API for voice control of XBMC too.

That could be a very cool accessible feature even for non-disabled people too in order to voice control XBMC, which could as such act to motivate more developers to join this cause.

There are several already several software and products our there for speech recognition and voice control for multimedia, however personally I'm here specifically imagining using the Ubi ( http://theubi.com ) always-on voice-activated computer to control XBMC as it seem more user-friendly that most other devices.

Checkout quick introduction video for the Ubi here on Kickstarter:
https://www.kickstarter.com/projects/607...d-and-al-0

You can just imagine the Ubi as a cheap and simple way to get natural voice control commands similar to that of Tony Stark's JARVIS (J.A.R.V.I.S.) artificially intelligent butler computer in the Iron Man movies

http://ironman.wikia.com/wiki/J.A.R.V.I.S.
http://marvel-movies.wikia.com/wiki/J.A.R.V.I.S.

Sorry if I want too off-topic here with the voice command API idea as an additional accessible feature for XBMC


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
RE: Xbmc not working for blind users. - by RockerC - 2014-05-15, 20:12
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
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