You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./Blather.py
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
# commands are key:value pairs
# key is the sentence to listen for
# value is the command to run when the key is spoken
hello world:echo "hello world"
hello world echo "hello world"
Traceback (most recent call last):
File "./Blather.py", line 286, in <module>
blather = Blather(options)
File "./Blather.py", line 49, in __init__
self.recognizer = Recognizer(lang_file, dic_file, opts.microphone )
File "/home/shura/projects/blather/Recognizer.py", line 29, in __init__
self.pipeline=gst.parse_launch( cmd )
glib.GError: no element "autoaudiosrc"
Hi.
I have startup error:
libgstpocketsphinx.so is instlled.
How to fix it?
The text was updated successfully, but these errors were encountered: