add whisperx support

This commit is contained in:
Mariano Gabriel
2025-12-03 06:48:45 -03:00
parent 7b919beda6
commit 7d7ec15ff7
4 changed files with 87 additions and 16 deletions

View File

@@ -72,6 +72,11 @@ Examples:
help='Whisper model to use (default: medium)',
default='medium'
)
parser.add_argument(
'--diarize',
action='store_true',
help='Use WhisperX with speaker diarization (requires whisperx and HuggingFace token)'
)
# Output options
parser.add_argument(