-
I am trying to figure out the effect of setting speaker model in kaldi recognizer:
`rec.SetSpkModel(spk_model)`
How does this help in asr?
Is it only used in normalizing cmvn, or is there mor…
-
I have trained an Urdu ASR system in Kaldi for mono, tri1, tri3 and SGMM2 and want to use it in Pykaldi for ASR however I couldnt find much support for this.
I have all the relative files for these …
-
Hi All,
I am using CNTK for Speech Recognition and currently I use Kaldi reader with NDL/MEL. As the usage of NDL is depreciated, I am planning to use python for ASR. I have few questions for the…
-
Recipes for recently added lookahead decoding fail because lookahead libraries are built in `/lib/fst` rather then `/lib`
adding
`export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$KALDI_ROOT/tools/open…
-
Dear @JRMeyer ,
Thanks for creating a repo for multitask learning in Kaldi. It is much needed.
I have two questions regarding MTL in Kaldi.
1. I have speech datasets from two different domains …
-
We would like a keyword detection enhancement to DeepSpeech, i.e, the ability to detect a key word or phrase directly from a WAV audio file. We saw "keyword spotting" in the Meeting Notes as a potenti…
-
Hi, I am doing the inference as the inference tutorial told. This perhaps is a stupid question, but it said it only has a wav file to infer, so I did , and got the error from kaldi/egs/gop_speechocea…
-
Thanks for your work! I'm a big fan of clear notation in comments. You can certainly observe that there is an unsurprising correlation between project size and its comment math intensity. The examples…
-
Hi, dear author, setting grammar in Vosk is very useful, so I copy UpdateGrammarFst() to Kaldi and test it with open source chain model(http://kaldi-asr.org/models/m13), but the result is bad( I set f…
-
I intend to put the best and baselines Kaldi results, e.g. from https://github.com/kaldi-asr/kaldi/blob/master/egs/wsj/s5/RESULTS for WSJ, for all datasets. Those numbers are not always supported by p…