I sucessfully installed the last version of pocketsphinx_continuous, but when I open its manpage in commandline (man pocketsphinx_continuous) there are no all parameters described.
In fact, there is a working parameter -adcdev, which is not described in man page.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In fact, files in /cmusphinx-code/pocketsphinx/pocketsphinx are not the same as in pocketsphinx-5prealpha... At least configure file is missing...
configure file is generated by automake. This is why most automake-based projects do not put configure into version control, instead it is common to have autogen.sh. You can find some quick tutorial on Linux software compilation here:
Hi,
I sucessfully installed the last version of pocketsphinx_continuous, but when I open its manpage in commandline (man pocketsphinx_continuous) there are no all parameters described.
In fact, there is a working parameter -adcdev, which is not described in man page.
Thank you for the report, I have updated make files, you can checkout latest version.
Hmm, I just downoaded and installed it from Sourceforge (http://sourceforge.net/projects/cmusphinx/files/ - -5prealpha version), and it is the same.
Is source available from somewhere else?
https://sourceforge.net/p/cmusphinx/code/HEAD/tree/trunk/pocketsphinx/
In fact, I am trying to install Sphinxbase and PocketSphinx on Raspberry Pi. I am following this guide: https://wolfpaulus.com/journal/embedded/raspberrypi2-sr/
And it is working very well.
However, if I do:
svn checkout svn://svn.code.sf.net/p/cmusphinx/code/trunk cmusphinx-code
I got the whole package, including Android files, etc. How to get only Sphinxbase and PocketSphinx to compile it on Raspbian Jessie?
In fact, files in /cmusphinx-code/pocketsphinx/pocketsphinx are not the same as in pocketsphinx-5prealpha... At least configure file is missing...
configure file is generated by automake. This is why most automake-based projects do not put configure into version control, instead it is common to have autogen.sh. You can find some quick tutorial on Linux software compilation here:
https://help.ubuntu.com/community/CompilingEasyHowTo