stat_ort_plugin 0.0.5
stat_ort_plugin: ^0.0.5 copied to clipboard
On-device Vaani ASR (IISc Bangalore) for Flutter via dart:ffi: file and streaming transcription with Silero VAD and optional speaker diarization, on ONNX Runtime.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add stat_ort_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
stat_ort_plugin: ^0.0.5Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:stat_ort_plugin/stat_ort_plugin.dart';