alumae / gst-kaldi-nnet2-online

GStreamer plugin around Kaldi's online neural network decoder
Apache License 2.0
185 stars 100 forks source link

Package gstaudio-1.0 was not found in the pkg-config search path #90

Open RaniRaven opened 5 years ago

RaniRaven commented 5 years ago

This is what I get with the new version - _

Package gstaudio-1.0 was not found in the pkg-config search path. Perhaps you should add the directory containing gstaudio-1.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gstaudio-1.0' found Package gstaudio-1.0 was not found in the pkg-config search path. Perhaps you should add the directory containinggstaudio-1.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gstaudio-1.0' found

_

Not sure yet what is the effect since this is even not warning, and definitely not causing error in the compilation. Any how, it didn't happen while compiling the previous versions of this nnet2. I will update as soon as I'll try this.

naxingyu commented 5 years ago

I solved this by running

sudo apt-get install libgstreamer-plugins-base1.0-dev

and changing gstaudio-1.0 to gstreamer-audio-1.0 in src/Makefile. @alumae