hello.
I am doing speech recognition using pocketsphinx but i need setting up config file of pocketsphinx like config file of sphinx4. example: time silent between 2 signal speech. threshold, time begin start have speech...where can I setting up parameter above in pocketsphinx? please help me. thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hello.
I am doing speech recognition using pocketsphinx but i need setting up config file of pocketsphinx like config file of sphinx4. example: time silent between 2 signal speech. threshold, time begin start have speech...where can I setting up parameter above in pocketsphinx? please help me. thanks.
Depends on how you use pocketsphinx. You can keep settings in file with each parameter from new line. To use this file you can pass it as
or if you're using your own code, you can initialize config using this argument file. check this function:
To learn parameters and their short description, run pocketsphinx_continuous without arguments.
thanks Bic-user. i will try tutorial of yours
Bic-User. can You give me argfile.txt sample? I can learnning and working follow it.I don't know setting it. thanks