Update config.ini
Browse files- config.ini +1 -1
config.ini
CHANGED
@@ -67,7 +67,7 @@ azure_comma_pause = 50
|
|
67 |
# Note, this applies both before and after, so the total extra between clips will be 2x this
|
68 |
# Warning, setting this too high could result in the TTS speaking extremely fast to fit into remaining clip duration
|
69 |
# > Around 25 - 50 milliseconds is a good starting point
|
70 |
-
add_line_buffer_milliseconds =
|
71 |
|
72 |
|
73 |
# If the combination of two adjacent subtitle lines is below this amount, and one starts at the same time the other ends, it will combine the lines
|
|
|
67 |
# Note, this applies both before and after, so the total extra between clips will be 2x this
|
68 |
# Warning, setting this too high could result in the TTS speaking extremely fast to fit into remaining clip duration
|
69 |
# > Around 25 - 50 milliseconds is a good starting point
|
70 |
+
add_line_buffer_milliseconds = 150
|
71 |
|
72 |
|
73 |
# If the combination of two adjacent subtitle lines is below this amount, and one starts at the same time the other ends, it will combine the lines
|