ajbogh / ajbogh/blather

autoaudiosrc not found

Aberta
#16 2 comentários 0 reações 0 responsáveis Ver no GitHub
bug
Linguagem predominante
Python
Estrelas
30
Forks
9
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

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?

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.