HackerTrans
TopNewTrendsCommentsPastAskShowJobs

davidz

no profile record

Submissions

When crows join your LiveKit call

eniveld.substack.com
2 points·by davidz·قبل شهرين·0 comments

Show HN: Serverless platform for running voice AI agents

blog.livekit.io
1 points·by davidz·قبل 11 شهرًا·0 comments

comments

davidz
·قبل 6 أشهر·discuss
we gotchu: https://docs.livekit.io/agents/models/tts/inference/inworld/
davidz
·قبل 6 أشهر·discuss
no reasons to put open stack in quotes. code available under Apache-2 https://github.com/livekit/livekit
davidz
·السنة الماضية·discuss
thanks for the feedback. let us see how we can organize this better for compat with diff LLMs.
davidz
·السنة الماضية·discuss
It's really cool to see how you guys are using the voice AI stack to overcome language barrier.

(btw I work at LiveKit, so let me know if we could make Agents easier to use for your use case.)
davidz
·قبل سنتين·discuss
currently we are using silero VAD to detect speech: https://github.com/livekit/agents/blob/main/livekit-plugins/...

it works well for voice activity; though it doesn't always detect end-of-turn correctly (humans often pause mid-sentence to think). we are working on improving this behavior.
davidz
·قبل سنتين·discuss
I'm working on a PR now :)
davidz
·قبل سنتين·discuss
Currently it does: all audio is sent to the model.

However, we are working on turn detection within the framework, so you won't have to send silence to the model when the user isn't talking. It's a fairly straight forward path to cutting down the cost by ~50%.
davidz
·قبل سنتين·discuss
only if you buy enough tokens.