Skip to content
Snippets Groups Projects
Commit 0880b512 authored by tanel's avatar tanel
Browse files

first

parent de9823ed
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,8 @@ GStreamer plugin that wraps Kaldi's SingleUtteranceNnet2Decoder. ...@@ -6,6 +6,8 @@ GStreamer plugin that wraps Kaldi's SingleUtteranceNnet2Decoder.
HOW TO COMPILE IT HOW TO COMPILE IT
----------------- -----------------
The following works on Linux (I'm using Debian 'testing').
Compile Kaldi trunk, using the shared configuration: Compile Kaldi trunk, using the shared configuration:
In Kaldi's 'src' directory: In Kaldi's 'src' directory:
...@@ -13,9 +15,11 @@ In Kaldi's 'src' directory: ...@@ -13,9 +15,11 @@ In Kaldi's 'src' directory:
make depend make depend
make make
Now we can compil ethis plugin: Install gstreamer-1.0:
sudo apt-get install gstreamer1.0-plugins-bad gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-pulseaudio gstreamer1.0-plugins-ugly gstreamer1.0-tools libgstreamer1.0-dev
Change to 'src' of this project: Now we can compile this plugin. Change to 'src' of this project:
cd src cd src
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment