Marl
Marl

Reputation: 1504

CMU Sphinx4 phoneme dictation

How can I configure sphinx4 to be able to detect only phonemes in a dictation?

I've already read about partial results

"You can control how often the result listener is fired by setting the configuration variable 'featureBlockSize' in the decoder."

But my problem is that there are always a grammar needed, like hello.gram in the helloworld example. I need to be able to detect and recognize phoneme from a continuous speech.

Upvotes: 3

Views: 1010

Answers (2)

hellowill89
hellowill89

Reputation: 1578

This is what Sphinx has to say about it:

Phoneme Recognition

Basically, You can do it but it is looked down upon.

Upvotes: 1

Nikolay Shmyrev
Nikolay Shmyrev

Reputation: 25220

You can not configure sphinx4 this way. This decoding mode is not supported by sphinx4 yet.

Upvotes: 1

Related Questions