Hello,everyone!
I wonder that where I can get the phoneme time stamp using pocketsphinx(the result may be like this :
phoneme (start time, end time) ).
Thanks a lot.
Nicky Wang
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,everyone!
I wonder that where I can get the phoneme time stamp using pocketsphinx(the result may be like this :
phoneme (start time, end time) ).
Thanks a lot.
Nicky Wang
Yes, you can align utterance and get phoneme timestamps. See ps_alignment API and the example on how to use it in tests.