![]() |
2012-06-08
, 06:40
|
Posts: 293 |
Thanked: 163 times |
Joined on Jan 2012
@ beijing-islamabad
|
#21
|
The Following 3 Users Say Thank You to imo For This Useful Post: | ||
![]() |
2012-06-08
, 06:44
|
Posts: 372 |
Thanked: 61 times |
Joined on Jan 2012
|
#22
|
![]() |
2012-06-08
, 07:26
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#23
|
The Following 3 Users Say Thank You to thp For This Useful Post: | ||
![]() |
2012-06-08
, 08:01
|
Posts: 958 |
Thanked: 483 times |
Joined on May 2010
|
#24
|
![]() |
2012-06-08
, 08:17
|
Posts: 372 |
Thanked: 61 times |
Joined on Jan 2012
|
#25
|
The Following User Says Thank You to Mohammed Muid For This Useful Post: | ||
![]() |
2012-06-08
, 08:39
|
Posts: 309 |
Thanked: 456 times |
Joined on Jan 2010
|
#26
|
The Following User Says Thank You to [DarkGUNMAN] For This Useful Post: | ||
![]() |
2012-06-08
, 09:22
|
Posts: 238 |
Thanked: 131 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.
![]() |
2012-06-08
, 10:44
|
|
Posts: 292 |
Thanked: 348 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: | ||
![]() |
2012-06-08
, 11:51
|
Posts: 959 |
Thanked: 3,427 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: | ||
![]() |
2012-06-08
, 11:52
|
Posts: 372 |
Thanked: 61 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 |
|