Live data from Hacker News

Ask HN: I want to get started with Speech-to-Text. Where do I begin?

news.ycombinator.com

1–3 of 3 posts

Re: Ask HN: I want to get started with Speech-to-Text. Where do I begin?

#3
As part of ETL or just basic understanding about the how the speech data is handled try this tool : https://github.com/wiseman/py-webrtcvad

It is a python wrapper for a library for voice activity detection. It acts as a starting point while working on speech recognition problems. Helped me understand and discover a lot of concepts related to audio signal and data when I was in your shoes.