runanywhere_onnx 0.15.11
runanywhere_onnx: ^0.15.11 copied to clipboard
ONNX Runtime backend for RunAnywhere Flutter SDK. On-device Speech-to-Text, Text-to-Speech, and Voice Activity Detection.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add runanywhere_onnxThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
runanywhere_onnx: ^0.15.11Alternatively, 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:runanywhere_onnx/runanywhere_onnx.dart';