Diamondfan/CTC_pytorch

Decode wav file into phonemes?

Terrance82 opened this issue · 1 comments

Hi,
I'm interested in your project however I'm new in Speech recognition etc.
I want to know if your program able to convert from wav audio files and detect its phoneme?

If so, how do i proceed on doing so?
Thank you

@Terrance82 The project can only convert wav files to phoneme with an offline mode. It means you have to extract features in advance and get some ark files. Then run test.py to get phoneme sequence after you train a model with enough data.