tweak: lower VERSE_GAP_SECS 3.5s → 2.0s to reduce over-splitting
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
2560a4fce6
commit
ee563f9ffb
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ def start_control_server() -> ThreadingHTTPServer:
|
|||
return server
|
||||
|
||||
|
||||
VERSE_GAP_SECS = 3.5 # gap between lines that splits a verse
|
||||
VERSE_GAP_SECS = 2.0 # gap between lines that splits a verse
|
||||
INTER_VERSE_CAP = 8.0 # how long to keep last line of a verse visible
|
||||
|
||||
_LRC_TS = re.compile(r'\[(\d{1,2}):(\d{2}(?:\.\d+)?)\]')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue