Module livekit.local_inference

Functions

def init_eot()
def init_vad()

Classes

class EOT (...)

init(self: livekit.local_inference._native.EOT) -> None

Ancestors

  • pybind11_builtins.pybind11_object

Methods

def close(...)

close(self: livekit.local_inference._native.EOT) -> None

def predict(...)

predict(self: livekit.local_inference._native.EOT, pcm: typing.Annotated[numpy.typing.ArrayLike, numpy.int16]) -> float

class VAD (...)

init(self: livekit.local_inference._native.VAD) -> None

Ancestors

  • pybind11_builtins.pybind11_object

Methods

def close(...)

close(self: livekit.local_inference._native.VAD) -> None

def predict(...)

predict(self: livekit.local_inference._native.VAD, pcm: typing.Annotated[numpy.typing.ArrayLike, numpy.int16]) -> float

def reset(...)

reset(self: livekit.local_inference._native.VAD) -> None