View Single Post
Posts: 669 | Thanked: 433 times | Joined on May 2010
#656
Originally Posted by Jannis View Post
Has anyone managed to test voicy?

I would like to know, whether there is a demand for other particular voicy-control functionalities.
Well - i'm trying to:

copied all files to /opt/voicy, enabled all permissions and launched - "[root /opt/voicy]# python ./voicy.py"

but i'm getting this error from the console:

---
debug info: can't parse config.ini-file, taking default values
Traceback (most recent call last):
File "./voicy.py", line 344, in <module>
app = VoicyGUI()
File "./voicy.py", line 60, in __init__
VoicyCore.__init__(self)
File "/opt/voicy/VoicyCore.py", line 43, in __init__
self.init_gst()
File "/opt/voicy/VoicyCore.py", line 107, in init_gst
+ '! fakesink')
glib.GError: no element "vader"
---

[Edit]
after installing "gstreamer0.10-pocketsphinx" this error is gone, but i'm getting a new one when starting voicy.py:

---
Traceback (most recent call last):
File "./voicy.py", line 344, in <module>
app = VoicyGUI()
File "./voicy.py", line 60, in __init__
VoicyCore.__init__(self)
File "/opt/voicy/VoicyCore.py", line 43, in __init__
self.init_gst()
File "/opt/voicy/VoicyCore.py", line 111, in init_gst
asr.connect('result_score', self.asr_result_score)
TypeError: <__main__.GstPocketSphinx object (asr) at 0x4118f0>: unknown signal name: result_score
---

Last edited by impeham; 2013-08-16 at 21:01.
 

The Following 5 Users Say Thank You to impeham For This Useful Post: