vivjay30 / Cone-of-Silence

The Cone of Silence:
MIT License
151 stars 23 forks source link

real-time? #9

Closed dirkk0 closed 3 years ago

dirkk0 commented 3 years ago

Hi,

thanks for this library. Is it possible to use this in a real-time scenario like conferences?

Best regards, Dirk

vivjay30 commented 3 years ago

Hi Dirk, unfortunately right now it is a post-processing algorithm because it is not causal. For our experiments, we operated on buffers of 3s, which means the results would only appear with a ~3s lag on a GPU

dirkk0 commented 3 years ago

Thanks for the clarification!