HackerTrans
TopNewTrendsCommentsPastAskShowJobs

davidz

no profile record

Submissions

When crows join your LiveKit call

eniveld.substack.com
2 points·by davidz·2 mesi fa·0 comments

Show HN: Serverless platform for running voice AI agents

blog.livekit.io
1 points·by davidz·11 mesi fa·0 comments

comments

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