|
|
06-08-2012
, 02:40 AM
|
|
Posts: 293 |
Thanked: 157 times |
Joined on Jan 2012
@ beijing-islamabad
|
#21
|
| The Following 3 Users Say Thank You to imo For This Useful Post: | ||
|
|
06-08-2012
, 02:44 AM
|
|
Posts: 372 |
Thanked: 58 times |
Joined on Jan 2012
|
#22
|
|
|
06-08-2012
, 03:26 AM
|
|
|
Posts: 1,311 |
Thanked: 3,736 times |
Joined on Sep 2007
@ Vienna, Austria
|
#23
|
| The Following 3 Users Say Thank You to thp For This Useful Post: | ||
|
|
06-08-2012
, 04:01 AM
|
|
Posts: 782 |
Thanked: 315 times |
Joined on May 2010
|
#24
|
|
|
06-08-2012
, 04:17 AM
|
|
Posts: 372 |
Thanked: 58 times |
Joined on Jan 2012
|
#25
|
| The Following User Says Thank You to Mohammed Muid For This Useful Post: | ||
|
|
06-08-2012
, 04:39 AM
|
|
Posts: 309 |
Thanked: 447 times |
Joined on Jan 2010
|
#26
|
| The Following User Says Thank You to [DarkGUNMAN] For This Useful Post: | ||
|
|
06-08-2012
, 05:22 AM
|
|
Posts: 158 |
Thanked: 70 times |
Joined on May 2011
@ Bulgaria
|
#27
|
Originally Posted by taixzo
Saera uses Pocketsphinx for voice recognition, eSpeak to talk and PyGTK for the GUI.
|
|
06-08-2012
, 06:44 AM
|
|
|
Posts: 292 |
Thanked: 347 times |
Joined on Aug 2010
@ Rio de Janeiro
|
#28
|
Here is the source at the moment. Not much works with the AI; Saera currently recognizes the following things:
- Hello
- Test/Testing
- Remind me X
- Put on some music
- What is the answer to life the universe and everything
I don't have hooks into the system yet, so neither reminders or music control actually work. Also, accuracy is fairly poor, for the reasons I just posted. Saera seems to run a good deal slower than the Pocketsphinx demo that the voice recognition is based on, so I will see what I can do to speed that up.
To run: extract zip on N900. In x-terminal, cd to that directory and runCode:python saera.py
| The Following User Says Thank You to luiscesjr For This Useful Post: | ||
|
|
06-08-2012
, 07:51 AM
|
|
Posts: 244 |
Thanked: 1,216 times |
Joined on Apr 2012
|
#29
|
another problem::
BusyBox v1.20.1 (Debian 1.20.1power1) built-in shell (ash)
Enter 'help' for a list of built-in commands.
~ $ cd /home/us
user/ usr/
~ $ cd /home/user/MyDocs/saera/
~/MyDocs/saera $ python saera.py
Traceback (most recent call last):
File "saera.py", line 239, in <module>
app = Saera()
File "saera.py", line 75, in __init__
self.init_gst()
File "saera.py", line 190, in init_gst
+ '! pocketsphinx name=asr ! fakesink')
glib.GError: no element "vader"
~/MyDocs/saera
| The Following User Says Thank You to taixzo For This Useful Post: | ||
|
|
06-08-2012
, 07:52 AM
|
|
Posts: 372 |
Thanked: 58 times |
Joined on Jan 2012
|
#30
|
Hi Mohammed Muid I'm not sure but maybe you try to install first pocketsphinx(apt-get install pocketsphinx) and espeak gui client(extras-devel)and then again try with zip folder(saera).For espeak gui client you had installed before python-gtk2 and python-gobject
regards
| The Following User Says Thank You to Mohammed Muid For This Useful Post: | ||
![]() |
| Tags |
| saera, speech-to-text |
| Thread Tools | Search this Thread |
|