MCPcopy Create free account

hub / github.com/AIFSH/ComfyUI-WhisperX / types & classes

Types & classes27 in github.com/AIFSH/ComfyUI-WhisperX

↓ 4 callersClassSegment
whisperx/diarize.py:70
↓ 2 callersClassSegment
whisperx/alignment.py:422
↓ 1 callersClassBinarize
Binarize detection scores using hysteresis thresholding, with min-cut operation to ensure not segments are longer than max_duration. Paramete
whisperx/vad.py:57
↓ 1 callersClassDiarizationPipeline
whisperx/diarize.py:10
↓ 1 callersClassFasterWhisperPipeline
Huggingface Pipeline wrapper for FasterWhisperModel.
whisperx/asr.py:88
↓ 1 callersClassPoint
whisperx/alignment.py:379
↓ 1 callersClassVoiceActivitySegmentation
whisperx/vad.py:194
↓ 1 callersClassWhisperModel
FasterWhisperModel provides batched inference for faster-whisper. Currently only works in non-timestamp mode and fixed prompt for all samples
whisperx/asr.py:25
ClassAlignedTranscriptionResult
A list of segments and word segments of a speech.
whisperx/types.py:53
ClassLoadAudioPath
nodes.py:166
ClassPreViewSRT
nodes.py:14
ClassResultWriter
whisperx/utils.py:192
ClassSRTToString
nodes.py:37
ClassSingleAlignedSegment
A single segment (up to multiple sentences) of a speech with word alignment.
whisperx/types.py:33
ClassSingleCharSegment
A single char of a speech.
whisperx/types.py:13
ClassSingleSegment
A single segment (up to multiple sentences) of a speech.
whisperx/types.py:23
ClassSingleWordSegment
A single word of a speech.
whisperx/types.py:4
ClassSubtitlesProcessor
whisperx/SubtitlesProcessor.py:34
ClassSubtitlesWriter
whisperx/utils.py:220
ClassTranscriptionResult
A list of segments and word segments of a speech.
whisperx/types.py:45
ClassWhisperX
nodes.py:57
ClassWriteAudacity
Write a transcript to a text file that audacity can import as labels. The extension used is "aud" to distinguish it from the txt file produce
whisperx/utils.py:376
ClassWriteJSON
whisperx/utils.py:399
ClassWriteSRT
whisperx/utils.py:345
ClassWriteTSV
Write a transcript to a file in TSV (tab-separated values) format containing lines like: <start time in integer milliseconds>\t<end time in i
whisperx/utils.py:357
ClassWriteTXT
whisperx/utils.py:212
ClassWriteVTT
whisperx/utils.py:334