I erased everything up to this point and im starting from scratch. So far I've extracted sphinx base and pocketsphinx into a the same directory named sphinx. From there, I compile them in visual studio with multithreading dll. Then I write an argfile as it appears on the installastion page. Where am I messing this up? I've written my argfile with both relative and absolute paths, and either way it says it can't find files.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The error messages in the log say you need to properly point the path to the arguments file in the first case. It failed to find the file "arg", maybe it named differently. In the second case you need to use all 4 arguments in command line, not just infile.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I erased everything up to this point and im starting from scratch. So far I've extracted sphinx base and pocketsphinx into a the same directory named sphinx. From there, I compile them in visual studio with multithreading dll. Then I write an argfile as it appears on the installastion page. Where am I messing this up? I've written my argfile with both relative and absolute paths, and either way it says it can't find files.
You need to
1) Write absolute path in arguments
2) Provide your arguments file
3) Provide complete pocketsphinx output (all lines)
this is my arg file
this is what pocketsphinx is telling me
if I supply everything via command line, i receive this error
The error messages in the log say you need to properly point the path to the arguments file in the first case. It failed to find the file "arg", maybe it named differently. In the second case you need to use all 4 arguments in command line, not just infile.
In case you made the changes and still have a trouble provide an updated log.