Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Looking for advice on speech recognition concept

Do you have questions about writing plugins or scripts in Python? Meet the coders here.
Post Reply
maikhorma
Posts: 3
Joined: Wed Nov 23, 2011 3:53 pm

Looking for advice on speech recognition concept

Post by maikhorma »

Hey everyone. I've been using eventghost for a while for my htpc, and it really is awesome, but i was exploring the possibilities of adding speech recognition. I've got a concept for one but am looking for some input from people experienced with writing plugins here.

First was to see if the windows 7 built in capabilities would work. I did find http://eventghost.net/forum/viewtopic.p ... 8&start=30, but i'm not sure if it'll work with windows 7. On top of that from my initial research the commands in windows 7 aren't going to let me customize or override how i want to. For example "Start listening" is the required command to wake it up and it can't be changed.

The core of my idea is to use Sphinx3 (specifically pocketsphinx):
http://cmusphinx.sourceforge.net/
http://jaganadhg.freeflux.net/blog/arch ... ython.html

The basic idea is that the plugin would use sphinx to fire it's own "SpeechRecieved.<word said>" event, then use all the power that eg gives.

Thoughts? Waste of time? Not as simple as it looks? Already been done (or the one i noted before works better than i think)?

Thanks
dopdahl
Posts: 18
Joined: Wed Feb 01, 2012 4:11 pm

Re: Looking for advice on speech recognition concept

Post by dopdahl »

See the postings over at inspectmygadget.com

That dude does it all with speech recognition.
RichPyke
Posts: 11
Joined: Wed Sep 12, 2012 9:04 pm
Location: Cheltenham, UK
Contact:

Re: Looking for advice on speech recognition concept

Post by RichPyke »

I use, and would recommend Vox Commando. It has served me well although is not free but it's not much for a licence. Between EG and VC my HTPC is totally voice controlled and have voice feedback too... basically, it's a less sophisticated version of JARVIS from the Iron Man films.
Post Reply