runanywhere_onnx 0.15.9
runanywhere_onnx: ^0.15.9 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 Dart:
$ dart pub add runanywhere_onnxWith Flutter:
$ flutter pub add runanywhere_onnxThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
runanywhere_onnx: ^0.15.9Alternatively, 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:runanywhere_onnx/runanywhere_onnx.dart';