I have never used Sphinx before. However I would like to know if it is possible to make use of Sphinx for the following purpose:
I wish to extract a collection of phonemes, the sound fragment itself, and the label, for a recorded sound.
Example:
Say I have a recorded sound of the word 'cat', I want to extract the seperate phoneme segments in the word 'cat', together with a label (showing what phoneme was detected) for every phoneme segment.
Separating the spoken word "cat" would give 3 short phoneme sounds, and their respective phoneme notations, /k/, /æ/, and /t/.
Would this be possible with Sphinx, specifically Sphinx4?
Thanks alot!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have never used Sphinx before. However I would like to know if it is possible to make use of Sphinx for the following purpose:
I wish to extract a collection of phonemes, the sound fragment itself, and the label, for a recorded sound.
Example:
Say I have a recorded sound of the word 'cat', I want to extract the seperate phoneme segments in the word 'cat', together with a label (showing what phoneme was detected) for every phoneme segment.
Separating the spoken word "cat" would give 3 short phoneme sounds, and their respective phoneme notations, /k/, /æ/, and /t/.
Would this be possible with Sphinx, specifically Sphinx4?
Thanks alot!
> Would this be possible with Sphinx, specifically Sphinx4?
Yes!
Thanks! I'll look into the API then.
If there is any starter you can recommend for the type of work I require, please let me know :)
Thanks again.