Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
33
LiveKit Local Plugins - Custom STT and TTS plugins for LiveKit Agents that run entirely locally without cloud APIs.
Sign in to like and favorite skills
LiveKit Local Plugins - Custom STT and TTS plugins for LiveKit Agents that run entirely locally without cloud APIs.
src/local_livekit_plugins/ - The installable Python package
faster_whisper_stt.py - STT plugin using faster-whisper (GPU-accelerated)piper_tts.py - TTS plugin using Piperexamples/ - Demo code showing how to use the plugins (not part of installed package)use_cuda=False) is recommended due to CUDA 12+ compatibility issuesuv sync # Install dependencies uv run examples/voice_agent.py dev # Run with LiveKit playground uv run examples/voice_agent.py console # Run in console mode uv run ruff check src/ # Lint uv run mypy src/ # Type check uv run pytest # Test
Requires
.env.local in examples/ directory (copy from .env.local.example).