runanywhere_onnx 0.20.19 copy "runanywhere_onnx: ^0.20.19" to clipboard
runanywhere_onnx: ^0.20.19 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.

pub package


Installation #

dependencies:
  runanywhere: 0.20.19
  runanywhere_onnx: 0.20.19

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 #


License #

RunAnywhere License. See LICENSE.

2
likes
60
points
395
downloads

Publisher

unverified uploader

Weekly Downloads

ONNX Runtime backend for RunAnywhere Flutter SDK. On-device Speech-to-Text, Text-to-Speech, and Voice Activity Detection.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#ai #onnx #speech-recognition #text-to-speech #on-device

License

unknown (license)

Dependencies

ffi, flutter, runanywhere

More

Packages that depend on runanywhere_onnx

Packages that implement runanywhere_onnx