I developp an application using pocketsphinx, and I changed the model language to French.
However I would like, when i start the application not to have to write the "-hmm -lm -dict" arguments.
My goal is to have a commande line like : (but using the french accoustic model)
Hi all,
I developp an application using pocketsphinx, and I changed the model language to French.
However I would like, when i start the application not to have to write the "-hmm -lm -dict" arguments.
My goal is to have a commande line like : (but using the french accoustic model)
But I can't find where these paths are defined.
Can you help me with that ?
Thank you and have a great day
Robin
You can check
ps_default_search_args
in pocketsphinx sources.Works great !
Thank you, i must have been tired yesterday because i checked that.
Good day :)