HackerTrans
TopNewTrendsCommentsPastAskShowJobs

davidz

no profile record

Submissions

When crows join your LiveKit call

eniveld.substack.com
2 points·by davidz·2 miesiące temu·0 comments

Show HN: Serverless platform for running voice AI agents

blog.livekit.io
1 points·by davidz·11 miesięcy temu·0 comments

comments

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