Hacker News new | ask | show | jobs
by 71a54xd 1218 days ago
Wow, how'd you manage to get interviews split into different speakers?
1 comments

(not the creator, but I've built something similar for personal use)

This is a great library for determining which speaker is speaking during each time in an audio file (this is called speaker diarization); I imagine they used it or something like it. Works really well out of the box!

https://github.com/pyannote/pyannote-audio

thanks!