From 9e00b13524da83bd1c72468f01aabb0bb3c3af7c Mon Sep 17 00:00:00 2001 From: Jaikinator Date: Wed, 23 Aug 2023 15:32:18 +0200 Subject: [PATCH] unified documentation --- autotranscript/diarisation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autotranscript/diarisation.py b/autotranscript/diarisation.py index 0770ea9..5cf60ce 100644 --- a/autotranscript/diarisation.py +++ b/autotranscript/diarisation.py @@ -1,6 +1,6 @@ """ Diarisation Class -================= +------------------ This class serves as the heart of the speaker diarization system, responsible for identifying and segmenting individual speakers from a given audio file. It leverages a pretrained model