stat_ort_plugin 0.0.3
stat_ort_plugin: ^0.0.3 copied to clipboard
On-device speech recognition (Vaani ASR by IISc Bangalore) for Flutter via dart:ffi — file and streaming transcription with Silero VAD and speaker diarization, powered by ONNX Runtime.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add stat_ort_pluginWith Flutter:
$ flutter pub add stat_ort_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
stat_ort_plugin: ^0.0.3Alternatively, your editor might support dart pub get or 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';