logoalt Hacker News

vlovich123today at 4:20 AM2 repliesview on HN

You ultimately still need a jitter buffer large enough to absorb retransmisiones. Otherwise you’ve got stuttering audio. And dynamically adjusting this jitter buffer is hard


Replies

davidkunztoday at 5:12 AM

I'm not an expert. Can't we abuse that LLMs don't need to receive audio as a continuous stream without interruptions? Couldn't we just send data and pipe it into the LLM with deduplication (if resending happens)?

  x...y...y[dedup]...z
show 2 replies
fidotrontoday at 12:13 PM

> And dynamically adjusting this jitter buffer is hard

Unappreciated part of this entire conversation.