pocketsphinx-go icon indicating copy to clipboard operation
pocketsphinx-go copied to clipboard

CMU PocketSphinx for Golang, a lightweight speech recognition engine.

Results 7 pocketsphinx-go issues
Sort by recently updated
recently updated
newest added

Hello, I wanted to try gortana before implementing something myself with pocketsphinx-go. Unfortunately, it seems like since the 5.0.0 version of pocketsphinx released, the bindings are no longer working. When...

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()...

When I use the program after` go build`, the following problems will appear. `[root@iZ2ze09hymnzdkgokgaru0Z pocketsphinx-go-demo]# ./pocketsphinx-go-demo Loading CMU PhocketSphinx. This may take a while depending on the size of your...

I cannot get gortana to install. I had to install portaudio, but now i get ``` $ go get github.com/xlab/pocketsphinx-go/example/gortana # github.com/xlab/portaudio-go/portaudio /usr/bin/ld: $WORK/b052/_x004.o: in function `_cgo_129d56cda4dc_Cfunc_Pa_GetDefaultHostApi': /tmp/go-build/cgo-gcc-prolog:87: undefined reference...

Maybe I'm just doing something wrong. I've confirmed the word is in the dictionary and included my code. I can process data and get a hypothesis so things seem to...

I'm getting an error from the cgo bindings when I try to run `make install` ``` $ make c-for-go -maxmem 0x1fffffff pocketsphinx.yml processing pocketsphinx.yml done. $ make install cd pocketsphinx...

Please add "jsgf grammar". Something like that: ```go sphinx.JSGFFileOption() ```