Hacker News new | ask | show | jobs
by kkielhofner 1374 days ago
Haven’t tried it yet but love the concept!

Have you thought of using VAD (voice activity detection) for breaks? Back in my day (a long time ago) the webrtc VAD stuff was considered decent:

https://github.com/wiseman/py-webrtcvad

Model isn’t optimized for this use but I like where you’re headed!

1 comments

Interesting. I'll take a look at this, thanks!