This is amazing, I wonder how I can do this offline, using open source tools. Are there any really good open source speech to text programs? I imagine it's going to involve a pre-trained neural net. [update] Following a thread https://news.ycombinator.com/item?id=20097542 It looks like I might be able to do this (speech recognition) in less than real time (because I don't have a GPU) using https://github.com/mozilla/…
I've looked into the field this year (exploring to build a product in a similar niche to Descript), but everything I've encountered and tested is severly lacking (including Descript).
There are no good text(!) speech recognition programs in general. This is in contrast to sentence speech recognition which is decent.
Once you go beyond a single sentence you encounter a lot more problems which are generally under-researched (or at the minimum under-productivized), like sentence boundary detection, punctuation, etc..