Hi, I have complied and installed the pocksphinx (as well as sphinxbase and sphintrain). I am able to call out pocksphinx to do speech recognition through microphone by executing the following codes:
However, I don't know how to input pre-recorded audio files and store the transcribed results into plain text files. I also do not know how to re-set the acoustic model to the latest one I downloaded (i.e. the cumsphinx-en-us-5.2). Basically I have no idea how to use pocksphinx in the Terminal. I found no tutorial on the website... The current one teaches how to build and adapt models but I just first want to learn the basic use of it. Could you please advise me on that?
Thank you so much! Really appreciate your time in answering my basic questions!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I have complied and installed the pocksphinx (as well as sphinxbase and sphintrain). I am able to call out pocksphinx to do speech recognition through microphone by executing the following codes:
"export LD_LIBRARY_PATH=/usr/local/lib
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
pocketsphinx_continuous -inmic yes"
However, I don't know how to input pre-recorded audio files and store the transcribed results into plain text files. I also do not know how to re-set the acoustic model to the latest one I downloaded (i.e. the cumsphinx-en-us-5.2). Basically I have no idea how to use pocksphinx in the Terminal. I found no tutorial on the website... The current one teaches how to build and adapt models but I just first want to learn the basic use of it. Could you please advise me on that?
Thank you so much! Really appreciate your time in answering my basic questions!!