mirror of
https://github.com/m-bain/whisperX.git
synced 2025-07-01 18:17:27 -04:00
Update alignment.py
This commit is contained in:
@ -98,9 +98,9 @@ def align(
|
||||
device: str,
|
||||
interpolate_method: str = "nearest",
|
||||
return_char_alignments: bool = False,
|
||||
print_progress = False,
|
||||
combined_progress = False,
|
||||
total_segments = 0
|
||||
print_progress: bool = False,
|
||||
combined_progress: bool = False,
|
||||
total_segments: int = 0
|
||||
) -> AlignedTranscriptionResult:
|
||||
"""
|
||||
Align phoneme recognition predictions to known transcription.
|
||||
|
Reference in New Issue
Block a user