convert sound to list of phonemes in python
How do I convert any sound signal to a list phonemes? I.e the actual methodology and/or code to go from a digital signal to a list of phonemes that the sound recording is made from. eg: lPhonemes = audio_to_phonemes(aSignal) where for example from scipy.io.wavfile import read iSampleRate, aSignal = read(sRecordingDir) aSignal = #numpy array for the recorded word 'hear' lPhonemes = ['HH', 'IY1', 'R'] I need the function audio_to_phonemes Not all sounds are language words, so I cannot just use something that uses the google API for example. Edit I don't want audio to words, I want audio to