Hi,
I am working on online decoding with kaldi and am having some issues concerning the decoding with the online-gmm-faster decoder in the first setup. I try to use the kaldi-gstreamer server (
https://github.com/alumae/kaldi-gstreamer-server) with my own gmm models.
The problem is that the models I generated do not work very good with the online-gmm-faster although the results were correct with the online2-wav-latgen decoder in online2. Is preparing the models for the old setup different from the new ?
I trained with my own data, using the training scripts in steps/ for offline decoding. I then used the script steps/online/prepare_online_decoding.sh to have the online models.
Thanks for your help.