local_ai_sherpa 0.0.3
local_ai_sherpa: ^0.0.3 copied to clipboard
sherpa_onnx adapters for LocalAI Kit: on-device VAD (Silero), streaming STT (SenseVoice) and TTS, all FFI work isolated in worker isolates.
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.