Looking for a Diarized Transcript with Time Stamps #1064
-
Hey guys! I'm not the most familiar with coding, and I'm REALLY hoping to find a program that is 1- accurate, 2- transcribe the audio, 3- diarize the audio (label each word with which speaker is speaking (typically as generic "speaker 1, speaker 2, etc"), AND include specific time codes from the audio in the transcript. It's my eventual goal to be able to go with a python script I have "cut up the audio, and put all of speaker 1's audio into one file, all of speaker 2's audio into another, etc. etc.". |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
Thanks for asking your question. Please be sure to reply with as much detail as possible so the community can assist you efficiently. |
Beta Was this translation helpful? Give feedback.
-
Hey there! It looks like you haven't connected your GitHub account to your Deepgram account. You can do this at https://community.deepgram.com - being verified through this process will allow our team to help you in a much more streamlined fashion. |
Beta Was this translation helpful? Give feedback.
-
It looks like we're missing some important information to help debug your issue. Would you mind providing us with the following details in a reply?
|
Beta Was this translation helpful? Give feedback.
-
Hi @elfsovereign, from the Deepgram Playground, you can look at the Happy developing! |
Beta Was this translation helpful? Give feedback.
Hi @elfsovereign, from the Deepgram Playground, you can look at the
words
array in the transcript to see word-levelstart
andend
timestamps. We return these word-level timestamps by default; no special parameters needed. Screenshot attached.Happy developing!