alesaccoia/VoiceStreamAI

Question about buffering strategies

Opened this issue · 0 comments

I am using this code, but I have a question.

src/buffering_strategy/buffering_strategies.py line:87
I can't understand why the following code is needed?
self.client.buffer.clear()

Please help me.
Thank you.