CodingTrain / Bizarro-Devin

12 stars 4 forks source link

Already fetch TTS audio from provider when a speaking chunk has finished being streamed in #73

Open supercrafter100 opened 3 months ago

dipamsen commented 3 months ago

When is it done currently?

supercrafter100 commented 3 months ago

It currently get's done right when it has to speak something. Though we could theoretically do it automatically once a speaking chunk finishes. Perhaps pushing a promise in the queue that resolves to the audio could work?

dipamsen commented 3 months ago

Okay, so this means in theory it would stream in audio chunks while typing code, correct?

supercrafter100 commented 3 months ago

yes