colinarticulate
Results
1
issues of
colinarticulate
Hi, I'm trying to get the command line from a config as in the code below: ``` cfg := sphinx.NewConfig( sphinx.HMMDirOption("/usr/local/share/pocketsphinx/model/en-us/en-us"), sphinx.DictFileOption("test/art_db.phone"), sphinx.LMFileOption("/usr/local/share/pocketsphinx/model/en-us/en-us.lm.bin"), ) fmt.Println("cfg =", cfg) cmdLn := cfg.CommandLn()...