-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi,
I tried to run this script in voidlinux as stated in the Usage section of the Readme.rst, but I got following errors:
$ ./kaylee.py
(gst-plugin-scanner:13138): GStreamer-WARNING **: 22:11:57.929: Failed to load plugin '/usr/lib/gstreamer-1.0/libgstflite.so': /usr/lib/libflite.so.1: undefined symbol: snd_pcm_hw_params_any
Updating language using online lmtool
no element "pocketsphinx"
You may need to install gstreamer1.0-pocketsphinx
Traceback (most recent call last):
File "./kaylee.py", line 10, in <module>
kaylee.run()
File "/home/zenny/Downloads/kaylee/kayleevc/kaylee.py", line 193, in run
kaylee = Kaylee()
File "/home/zenny/Downloads/kaylee/kayleevc/kaylee.py", line 66, in __init__
self.recognizer = Recognizer(self.config)
File "/home/zenny/Downloads/kaylee/kayleevc/recognizer.py", line 46, in __init__
raise e
File "/home/zenny/Downloads/kaylee/kayleevc/recognizer.py", line 42, in __init__
self.pipeline = Gst.parse_launch(cmd)
gi.repository.GLib.Error: gst_parse_error: no element "pocketsphinx" (1)
When checked with Void's xlocate, it does exist:
$ xlocate libgstflite.so
gst-plugins-bad1-1.16.2_9 /usr/lib/gstreamer-1.0/libgstflite.so
However, there is no package in Void named gstreamer1.0-pocketsphinx. Any alternatives?
Cheers, and stay safe,
/z
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels