Hacker News new | ask | show | jobs
by nshm 1218 days ago
https://podscript.ai/ too!
1 comments

also adding https://steno.ai to the list
Wow, how'd you manage to get interviews split into different speakers?
(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!