Hello..
Can I make changes in pocketsphinx.c? I want to print its output into a file..
Can I add lines of code for that into it?? Will it reflects in output??? Is there any necessary steps should i follow to reflect the made changes??
Thanks in advance......
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
My problem is : I want to print the highlighted portion of this image into a file. I found it is dispalyed by pocketsphinx.c program.. Is it possible? How?
it's easier to use grep and parse the log file without modifying pocketsphinx
for C code is hard to say cause we have no idea what you modified. Also do not forget to re-compile
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There is no log file along with this!! The text 'with-alignment.txt' only shows third last line of that figure.
I only add lines of code to print the loop outcomes to a file, in pocketsphinx.c. How can I compile it?? You mean compile the pocketsphinx package itself again? I didnt get idea of compile and run the file...
Please can you explain more.....
Thanks....
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello..
Can I make changes in pocketsphinx.c? I want to print its output into a file..
Can I add lines of code for that into it?? Will it reflects in output??? Is there any necessary steps should i follow to reflect the made changes??
Thanks in advance......
Yes
Yes
Yes
Hai,
My problem is : I want to print the highlighted portion of this image into a file. I found it is dispalyed by pocketsphinx.c program.. Is it possible? How?
Thank You....
I made changes in pocketsphinx.c,,, But not working....
Hello,
Any idea??
it's easier to use grep and parse the log file without modifying pocketsphinx
for C code is hard to say cause we have no idea what you modified. Also do not forget to re-compile
Haii,
Thanks for the response.
The result shown in above figure is the outcome of the command:
"pocketsphinx_continuous -hmm ./ -infile akhil_30.wav -allphone phone.lm -lm /home/adspr/sphinx/msr/model_parameters/msr.ci_cont/phone.lm -dict msr.dic -backtrace yes -fsgusefiller no -bestpath yes 2>&1 > with-alignment.txt"
There is no log file along with this!! The text 'with-alignment.txt' only shows third last line of that figure.
I only add lines of code to print the loop outcomes to a file, in pocketsphinx.c. How can I compile it?? You mean compile the pocketsphinx package itself again? I didnt get idea of compile and run the file...
Please can you explain more.....
Thanks....