Hacker News new | ask | show | jobs
by HAL9OOO 746 days ago
Kind of related, but does anyone have info on the best way to transcribe some hour long audio files of conversation?

Especially if it can detect different people? Would love to have timestamps for some sentences or be able to ‘jump around’ the audio file too.

Haven’t kept up with new AI tools around this :/

1 comments

OpenAI whisper
That doesn't do diarization, unfortunately. Try https://github.com/MahmoudAshraf97/whisper-diarization or something similar instead.