ajbogh / ajbogh/blather

autoaudiosrc not found

Ouverte
#16 2 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
bug
Langage dominant
Python
Étoiles
30
Forks
9
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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
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?

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.