HackerTrans
トップ新着トレンドコメント過去質問紹介求人

davidz

no profile record

投稿

When crows join your LiveKit call

eniveld.substack.com
2 ポイント·投稿者 davidz·2 か月前·0 コメント

Show HN: Serverless platform for running voice AI agents

blog.livekit.io
1 ポイント·投稿者 davidz·11 か月前·0 コメント

コメント

davidz
·6 か月前·議論
we gotchu: https://docs.livekit.io/agents/models/tts/inference/inworld/
davidz
·6 か月前·議論
no reasons to put open stack in quotes. code available under Apache-2 https://github.com/livekit/livekit
davidz
·昨年·議論
thanks for the feedback. let us see how we can organize this better for compat with diff LLMs.
davidz
·昨年·議論
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
·2 年前·議論
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
·2 年前·議論
I'm working on a PR now :)
davidz
·2 年前·議論
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
·2 年前·議論
only if you buy enough tokens.