python,signal-processing,voice-recognition,phoneme
Accurate phoneme recognition is not easy to archive because phonemes itself are pretty loosely defined. Even in good audio the best possible systems today have about 18% phoneme error rate (you can check LSTM-RNN results on TIMIT published by Alex Graves). In CMUSphinx phoneme recognition in Python is done like...