-
Notifications
You must be signed in to change notification settings - Fork 31
Description
For some reason... all I get is this:
(venv) craig@sam:/Projects/PythonAI $ python alf.py/Projects/PythonAI $
catalan
LOG (VoskAPI:ReadDataFiles():model.cc:213) Decoding params beam=13 max-active=7000 lattice-beam=6
LOG (VoskAPI:ReadDataFiles():model.cc:216) Silence phones 1:2:3:4:5:11:12:13:14:15
LOG (VoskAPI:RemoveOrphanNodes():nnet-nnet.cc:948) Removed 0 orphan nodes.
LOG (VoskAPI:RemoveOrphanComponents():nnet-nnet.cc:847) Removing 0 orphan components.
LOG (VoskAPI:ReadDataFiles():model.cc:248) Loading i-vector extractor from ./model/ivector/final.ie
LOG (VoskAPI:ComputeDerivedVars():ivector-extractor.cc:183) Computing derived variables for iVector extractor
LOG (VoskAPI:ComputeDerivedVars():ivector-extractor.cc:204) Done.
LOG (VoskAPI:ReadDataFiles():model.cc:279) Loading HCLG from ./model/graph/HCLG.fst
LOG (VoskAPI:ReadDataFiles():model.cc:294) Loading words from ./model/graph/words.txt
LOG (VoskAPI:ReadDataFiles():model.cc:303) Loading winfo ./model/graph/phones/word_boundary.int
LOG (VoskAPI:ReadDataFiles():model.cc:310) Loading subtract G.fst model from ./model/rescore/G.fst
LOG (VoskAPI:ReadDataFiles():model.cc:312) Loading CARPA model from ./model/rescore/G.carpa
Killed
(venv) craig@sam:
That is running on my Raspberyy PI4B directly... with a 3.9.2 venv.
I've also tried this on my local fedora36 laptop... running under both python 3.7,3.9 & 3.10 venv's... when it crashes while running it in the IDE (both vcode and pycharm) it actually just kills the IDE dead for some reason.
I have no idea how to debug this... as it seems to be at the end of the vosk init.. my only thought could be that its somehow related to that?