i got pocketsphinx successfuly running on my windows machine.
the detection isnt very good at the moment since i dont have trained my
acoustic model yet
i read that its better to train the model in linux?! is it also possible to do
a good job in windows aswell?
second thing is the output..
i want pocketsphinx to detect continuous speech and output the detected words
into an dummyfile/textfile (if possible with timestamps)
if anybody has a few hints for c-rookie, i would be very thankful
regards
metar ;)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is that because of problems with parallel processing (POSIX threads) in
training? Or there are some other reasons? By the way I tried to get POSIX
threads for training in Windows using cygwin and i failed. I wonder if someone
succeeded parallel training on Windows?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hey,
i got pocketsphinx successfuly running on my windows machine.
the detection isnt very good at the moment since i dont have trained my
acoustic model yet
i read that its better to train the model in linux?! is it also possible to do
a good job in windows aswell?
second thing is the output..
i want pocketsphinx to detect continuous speech and output the detected words
into an dummyfile/textfile (if possible with timestamps)
if anybody has a few hints for c-rookie, i would be very thankful
regards
metar ;)
2nd point is solved..
if anyone can answer the training question, thank you
It's not recommended to train on Windows unless you are the guy who is
shooting himself in the leg.
Is that because of problems with parallel processing (POSIX threads) in
training? Or there are some other reasons? By the way I tried to get POSIX
threads for training in Windows using cygwin and i failed. I wonder if someone
succeeded parallel training on Windows?