Skip to content

Commit

Permalink
mention Speaker Diarization
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaarbonel committed Sep 26, 2024
1 parent eb8f7fc commit 9747d89
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ These events are sent to users connected to the call and your webhook/SQS:

## Transcription JSONL file format

Speaker Diarization is implemented in the transcription process to automatically identify and separate different speakers within the call. Each speech segment is labeled with a unique speaker_id to distinguish between speakers.

```json
{"type":"speech", "start_time": "2024-02-28T08:18:18.061031795Z", "stop_time":"2024-02-28T08:18:22.401031795Z", "speaker_id": "Sacha_Arbonel", "text": "hello"}
{"type":"speech", "start_time": "2024-02-28T08:18:22.401031795Z", "stop_time":"2024-02-28T08:18:26.741031795Z", "speaker_id": "Sacha_Arbonel", "text": "how are you"}
Expand Down

0 comments on commit 9747d89

Please sign in to comment.