speech_recognition
speech_recognition copied to clipboard
splitting audio by word boundry
Steps to reproduce
- I am trying to split audio file at the word boundry instead of silence. Is it possible with this library? If you can guide.
like a sentence below is
Peter is a boy. He goes to school daily.
normally the split is at the silence between two sentences. I am trying like
Peter
,is
,a
,boy
. as each split audio with words. If this library can have such support?
Did you managed to do it? I need it too!