stat_ort_plugin 0.0.3 copy "stat_ort_plugin: ^0.0.3" to clipboard
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_plugin

With Flutter:

 $ flutter pub add stat_ort_plugin

This 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.3

Alternatively, 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';
1
likes
0
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#speech-recognition #asr #onnx #ffi #audio

License

unknown (license)

Dependencies

ffi, flutter, plugin_platform_interface

More

Packages that depend on stat_ort_plugin

Packages that implement stat_ort_plugin