add support for word-level timings in lyricfile format and lrc->lyricfile

This commit is contained in:
2026-05-16 01:54:54 -07:00
parent 9161ab0b24
commit cc7928a532
6 changed files with 1121 additions and 72 deletions
+4 -1
View File
@@ -10,7 +10,10 @@ requires-python = ">=3.10"
dependencies = [
"stable-ts (>=2.19.0,<3.0.0)",
"click (>=8.2.1,<9.0.0)",
"srt (>=3.5.3,<4.0.0)"
"mutagen (>=1.47.0,<2.0.0)",
"pyyaml (>=6.0.0,<7.0.0)",
# Required at runtime by silero-vad
"packaging (>=21.0)"
]