-
When writing a compressedMatrix to file:
```
import kaldi
feats_wspecifier = 'ark,scp:path\to\output\test_mtx.ark,path\to\output\test_mtx.scp'
with kaldi.util.table.MatrixWriter(feats_wspeci…
-
Hi its one of my first times working with ASR and Kaldi.
I got your Server running with the "tedlium_nnet_ms_sp_online" english model. Everything is working fine. (with and without the docker)
Then…
-
命令$ ./bin/speech-aligner --acoustic-scale=0.01 --careful=true --sample-frequency=48000 --config=egs/cn_phn/conf/align.conf egs/cn_phn/data1/wav.scp egs/cn_phn/data1/text egs/cn_phn/data/out1.ali
报错
…
-
I made an example with english characters and greek audio on kaldi which was working fine with kaldi -streamer-server.
After this test I tried greek characters, models seems to be trained but kaldi-g…
-
Сергей, приветствую!
Не приходилось ли использовать русскую модель отличную от версии 0.6 ? Я пробовал подменить файлы модели от 0.10 (https://alphacephei.com/vosk/models/vosk-model-ru-0.10.zip) и…
-
It would be a bonus to export aligned phone labels when using the Kaldi engine.
-
I have a K40c GPU configured. And in ext/install_kaldi.sh file, I changed use_cuda=yes, run the install_kaldi.sh, then restart the gentle server. But I GPU is still not being used during the trancript…
-
I'm trying to run gentle on Arch Linux and I initially didn't realise that your installation process tried to install Kaldi too, so I went ahead with getting it from the Arch repos. That installed in…
-
Given the fact that the lexicon is using utf-8, this line
https://github.com/freerussianasr/recipes/blob/a5368594844df9c748692415b6cf99d24f24f4bf/voxforge_ru/local/voxforge_prepare_dict.sh#L54
shoul…
-
The docker images currently provided on docker hub are only build for `linux/amd64` and do not run natively on `arm64` (emulation via the `docker run --platform` flag is unpractical performance-wise i…