Merge pull request #196 from notV3NOM/main

Fix: Exponentially growing simulstreaming silence timer
This commit is contained in:
Quentin Fuxa 2025-09-04 23:05:59 +02:00 committed by GitHub
commit a458028de2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -77,7 +77,7 @@ class SimulStreamingOnlineProcessor:
else:
self.process_iter(is_last=True) #we want to totally process what remains in the buffer.
self.model.refresh_segment(complete=True)
self.global_time_offset += silence_duration + offset
self.global_time_offset = silence_duration + offset