gst-kaldi-nnet2-online | GStreamer plugin around Kaldi 's online neural network | Speech library
kandi X-RAY | gst-kaldi-nnet2-online Summary
kandi X-RAY | gst-kaldi-nnet2-online Summary
GStreamer plugin around Kaldi's online neural network decoder
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of gst-kaldi-nnet2-online
gst-kaldi-nnet2-online Key Features
gst-kaldi-nnet2-online Examples and Code Snippets
Community Discussions
Trending Discussions on gst-kaldi-nnet2-online
QUESTION
Using GStreamer plugin from Alumae and the following pipeline :
appsrc source='appsrc' ! wavparse ! audioconvert ! audioresample ! queue ! kaldinnet2onlinedecoder ! filesink location=/tmp/test
I always get the following assert that I don't understand
KALDI_ASSERT(current_log_post_.NumRows() == info_.frames_per_chunk /
info_.opts.frame_subsampling_factor &&
current_log_post_.NumCols() == info_.output_dim);
What is this assert error about ? How to fix it ?
FYI, the data pushed into the pipeline come from a streamed wav file and replacing kaldinnetonlinedecoder with wavenc correctly generate a Wav file instead of a text file at the end.
EDIT Here are the parameters used:
...ANSWER
Answered 2018-Jan-23 at 16:21I finally got it working, even with frame-subsampling-factor parameter.
The problem resides in the order of the parameters. fst and model parameters have to be the last ones.
Thus the following textual chain works :
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install gst-kaldi-nnet2-online
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page