Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autoaudiosrc not found #16

Open
Shura0 opened this issue Mar 12, 2017 · 2 comments
Open

autoaudiosrc not found #16

Shura0 opened this issue Mar 12, 2017 · 2 comments
Labels

Comments

@Shura0
Copy link

Shura0 commented Mar 12, 2017

Hi.

I have startup error:

 ./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"

libgstpocketsphinx.so is instlled.

$ ls /usr/lib64/gstreamer-0.10
gst-plugin-scanner*     libgstaudiorate.so*      libgstdecodebin.so*         libgstgio.so*           libgstpulse.so*     libgsttypefindfunctions.so*  libgstvorbis.so*
libgstadder.so*         libgstaudioresample.so*  libgstdecodebin2.so*        libgstogg.so*           libgstpython.so*    libgstvideorate.so*          libgstximagesink.so*
libgstalsa.so*          libgstaudiotestsrc.so*   libgstencodebin.so*         libgstpango.so*         libgstsubparse.so*  libgstvideoscale.so*         libgstxvimagesink.so*
libgstapp.so*           libgstcoreelements.so*   libgstffmpegcolorspace.so*  libgstplaybin.so*       libgsttcp.so*       libgstvideotestsrc.so*
libgstaudioconvert.so*  libgstcoreindexers.so*   libgstgdp.so*               libgstpocketsphinx.so*  libgsttheora.so*    libgstvolume.so*

How to fix it?

@ajbogh ajbogh added the bug label Mar 18, 2017
@ajbogh
Copy link
Owner

ajbogh commented Mar 18, 2017

Not sure how to fix this. Others are saying to install all of the gst plugins. Are you in a virtual machine?

I will keep this open until I get some time to look into it. Please keep us updated if you eventually find a solution.

@Shura0
Copy link
Author

Shura0 commented Mar 19, 2017

All plugins are installed.

It is not virtual machine, it's real. Rosa Linux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants