

removed unused variable
@1e9635c1a2288cfa5b1d9cbe819d8da97caf19c6
--- whisper_online.py
+++ whisper_online.py
... | ... | @@ -329,8 +329,6 @@ |
329 | 329 |
self.transcript_buffer = HypothesisBuffer(logfile=self.logfile) |
330 | 330 |
self.commited = [] |
331 | 331 |
|
332 |
- self.silence_iters = 0 |
|
333 |
- |
|
334 | 332 |
def insert_audio_chunk(self, audio): |
335 | 333 |
self.audio_buffer = np.append(self.audio_buffer, audio) |
336 | 334 |
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?