runanywhere_onnx 0.20.18
runanywhere_onnx: ^0.20.18 copied to clipboard
ONNX Runtime backend for RunAnywhere Flutter SDK. On-device Speech-to-Text, Text-to-Speech, and Voice Activity Detection.
runanywhere_onnx #
ONNX/Sherpa backend for the RunAnywhere Flutter SDK — on-device STT, TTS, and VAD on iOS and Android.
Installation #
dependencies:
runanywhere: 0.20.18
runanywhere_onnx: 0.20.18
Platform setup (Podfile, microphone permissions) is documented in the Flutter SDK README.
Usage #
import 'package:runanywhere/runanywhere.dart';
import 'package:runanywhere_onnx/runanywhere_onnx.dart';
await RunAnywhere.initialize();
await Onnx.register();
// Register, download, load models and transcribe via core RunAnywhere APIs
final result = await RunAnywhere.stt.transcribe(audioData);
print(result.text);
See the Flutter SDK README for full examples.
Support #
- Flutter SDK documentation
- Discord
- founders@runanywhere.ai
License #
RunAnywhere License. See LICENSE.