local_ai_sherpa

sherpa_onnx adapters for LocalAI Kit, providing on-device VAD, streaming STT and TTS. Register SherpaAdapterPlugin to enable these capabilities:

import 'package:local_ai_sherpa/local_ai_sherpa.dart';

final plugins = <AdapterPlugin>[SherpaAdapterPlugin()];

FFI work is isolated from the UI isolate. See the LocalAI Kit repository for configuration and model documentation.

Libraries

local_ai_sherpa
sherpa_onnx adapters for LocalAI Kit (VAD / STT / TTS).