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.
Changelog #
All notable changes to the RunAnywhere ONNX Backend will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.15.9 - 2025-01-11 #
Changed #
- Updated runanywhere dependency to ^0.15.9 for iOS symbol visibility fix
- See runanywhere 0.15.9 changelog for details on the iOS fix
0.15.8 - 2025-01-10 #
Added #
- Initial public release on pub.dev
- ONNX Runtime integration for on-device inference
- Speech-to-Text (STT) implementation using Whisper models
- Text-to-Speech (TTS) implementation
- Voice Activity Detection (VAD) implementation using Silero
- Native bindings for iOS and Android
Features #
- Real-time speech transcription
- Neural voice synthesis
- Speech detection for voice interfaces
- Model download and extraction support
- Streaming transcription support
Platforms #
- iOS 13.0+ support
- Android API 24+ support