Fix exponentially growing simulstreaming silence timer
This commit is contained in:
parent
f3ad4e39e4
commit
abd8f2c269
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ class SimulStreamingOnlineProcessor:
|
||||||
else:
|
else:
|
||||||
self.process_iter(is_last=True) #we want to totally process what remains in the buffer.
|
self.process_iter(is_last=True) #we want to totally process what remains in the buffer.
|
||||||
self.model.refresh_segment(complete=True)
|
self.model.refresh_segment(complete=True)
|
||||||
self.global_time_offset += silence_duration + offset
|
self.global_time_offset = silence_duration + offset
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue