@runanywhere/onnx
v0.20.27
Published
ONNX Runtime backend for RunAnywhere React Native SDK - Speech-to-Text, Text-to-Speech, and VAD
Downloads
2,165
Maintainers
Readme
@runanywhere/onnx
ONNX/Sherpa backend registration for the RunAnywhere React Native SDK — installs native STT, TTS, and VAD providers; public speech APIs live in @runanywhere/core.
Installation
npm install @runanywhere/[email protected] @runanywhere/[email protected]
cd ios && pod install && cd ..See the React Native SDK README for microphone permissions and platform setup.
Usage
import { RunAnywhere } from '@runanywhere/core';
import { ONNX } from '@runanywhere/onnx';
await RunAnywhere.initialize();
await ONNX.register();
// Register, download, load STT models and transcribe via @runanywhere/coreSee the React Native SDK README for full STT/TTS/VAD examples.
Support
License
RunAnywhere License. See LICENSE.
