On sphinx documentation it's written that adaptation of inbuilt acoustic model is same in both sphinx4 and pocket sphinx and there is an another documentation which is for sphinx4 adaptation.
But after adaptation how to transcribe the audio file?
In case of pocket sphinx we run the following command:
pocketsphinx_continuous -hmm en-us-adapt -lm en-us.lm.bin -dict cmudict-en-us.dict -infile 01.wav>1.txt
and it will transcribe an audio file in a text file but in the case of Sphinx4 how to transcribe an audio file into a text file. Is there any direct command for transcription of an audio file using Sphinx4.