LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-27-2011, 06:37 PM   #1
baronobeefdip
Senior Member
 
Registered: Jul 2009
Distribution: Debian Squeeze
Posts: 1,267

Rep: Reputation: 32
is there a good way to enable voice recognition


i have a debian squeeze platform and i want it to do voice recognition so that i can open and close applications by talking to the computer. i also want to be able to use speech to text so i can talk to the computer and have it automatically type it into a word document, comment box, or searchbar automatically depending on what i am telling it

i know that there are many projects on this but i have been unable to find an application that works well for me, i recently tried perl voicebox but to no avail when i ran the command it just gave me an error (i can't recreate it and copy the text because i have already uninstalled it). so i just decided to move on but based on your experience what is the easiest and most simple application that you have gotten to work and was easy to install.
 
Old 11-28-2011, 04:44 PM   #2
ccolumbu
Member
 
Registered: Oct 2009
Posts: 37

Rep: Reputation: 4
I like www.lumenvox.com, but it is not free.
 
Old 11-28-2011, 05:52 PM   #3
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,982

Rep: Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626
http://en.wikipedia.org/wiki/Speech_...ition_in_Linux
 
Old 11-29-2011, 12:38 PM   #4
baronobeefdip
Senior Member
 
Registered: Jul 2009
Distribution: Debian Squeeze
Posts: 1,267

Original Poster
Rep: Reputation: 32
i have already read the wikipedia page and have looked into almost all of the free ones but to no avail. vedics worked for some time but when i tried to install it on my laptop and started it through command line i get a bunch of errors that i have no idea what they meant
 
Old 11-29-2011, 12:44 PM   #5
baronobeefdip
Senior Member
 
Registered: Jul 2009
Distribution: Debian Squeeze
Posts: 1,267

Original Poster
Rep: Reputation: 32
alright i just installed vedics on my debian laptop and tried to start it through command line once again and got this error in the terminal
Code:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/local/lib/python2.6/dist-packages/pyVEDICS/vedics.py", line 180, in startVedics
    vedics = Vedics()
  File "/usr/local/lib/python2.6/dist-packages/pyVEDICS/vedics.py", line 40, in __init__
    self.buildCommands()
  File "/usr/local/lib/python2.6/dist-packages/pyVEDICS/vedics.py", line 71, in buildCommands
    self.currentCommandList = self.commandBuilder.getCurrentCommands()
  File "/usr/local/lib/python2.6/dist-packages/pyVEDICS/commandBuilder.py", line 66, in getCurrentCommands
    return self.createCurrentCommands()
  File "/usr/local/lib/python2.6/dist-packages/pyVEDICS/commandBuilder.py", line 45, in createCurrentCommands
    return self.currentManager.getCurrentCommands()
  File "/usr/local/lib/python2.6/dist-packages/pyVEDICS/current.py", line 145, in getCurrentCommands
    self.createAccessibleList()
  File "/usr/local/lib/python2.6/dist-packages/pyVEDICS/current.py", line 135, in createAccessibleList
    for app in accessibleList :
UnboundLocalError: local variable 'accessibleList' referenced before assignment
 
Old 11-29-2011, 08:46 PM   #6
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,982

Rep: Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626
Did you follow the readme file for installation? Looks like a python issue.
 
Old 11-29-2011, 10:39 PM   #7
baronobeefdip
Senior Member
 
Registered: Jul 2009
Distribution: Debian Squeeze
Posts: 1,267

Original Poster
Rep: Reputation: 32
so your saying that i should update python since the latest version came out recently and the version of python that was pre-installed on the debian dvd isn't the newest nor do i think that the latest version of python is on the repo server. i'll give it a try
 
Old 12-08-2011, 08:48 PM   #8
Linux_420
LQ Newbie
 
Registered: Dec 2011
Distribution: Fedora
Posts: 27

Rep: Reputation: Disabled
Have you looked into Orca? It was installed on the Fedora 15 live cd so you can check it out on that if you wish.. I personally found it to be a pain in the ass but it seems to be full featured. '
 
Old 12-09-2011, 09:03 AM   #9
baronobeefdip
Senior Member
 
Registered: Jul 2009
Distribution: Debian Squeeze
Posts: 1,267

Original Poster
Rep: Reputation: 32
orca is a text reader not a voice recognition program so thats not what i am looking for

isn't orca the program with the killer whale and pen as the icon because if it is then thats not what i am looking for. why do all the google searches and some forum responses bring up text reading software.
 
Old 12-09-2011, 09:19 AM   #10
baronobeefdip
Senior Member
 
Registered: Jul 2009
Distribution: Debian Squeeze
Posts: 1,267

Original Poster
Rep: Reputation: 32
i just discovered something called sphinx2 on the debian software repositories, it says it's a tool kit so i was guessing that there may be something that was added to the applications menu but i see nothing. do i have to manually add something to the applications menu (i had to do that with google chrome for some reason) or do i need to install another program that can interact with sphinx
 
Old 12-11-2011, 06:30 PM   #11
Linux_420
LQ Newbie
 
Registered: Dec 2011
Distribution: Fedora
Posts: 27

Rep: Reputation: Disabled
oops
 
Old 12-13-2011, 03:23 PM   #12
baronobeefdip
Senior Member
 
Registered: Jul 2009
Distribution: Debian Squeeze
Posts: 1,267

Original Poster
Rep: Reputation: 32
yes is there anything that can be installed to configure sphinx2 in a simple manner i really want to command my laptop with my voice
 
Old 02-29-2012, 11:24 PM   #13
butthead48
LQ Newbie
 
Registered: Feb 2012
Location: Poulsbo
Distribution: LMDE
Posts: 5
Blog Entries: 1

Rep: Reputation: Disabled
Tried Sphinx?

I had Sphinx recommended to me. I downloaded it but I can't figure out how to make it work, but I'm really new to linux and I'm totally lost in terminal mode. you might have better luck.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] voice recognition ridoy Programming 6 05-16-2012 12:05 AM
Voice Recognition phantom_cyph Linux - Software 15 12-29-2007 09:53 AM
voice recognition georgekjolly Programming 2 10-25-2005 02:35 PM
voice recognition pantera Programming 0 10-20-2004 06:17 AM
voice recognition ferreter Linux - General 0 03-17-2003 06:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:43 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration