whisper_onnx_stt 0.0.1
whisper_onnx_stt: ^0.0.1 copied to clipboard
A Flutter plugin for offline Speech-to-Text inference using Whisper models exported to ONNX format. Runs on the highly optimized C/C++ sherpa-onnx framework.
0.0.1 #
- Initial Open Source release.
- Added native Sherpa-ONNX wrapper for lightning-fast offline Speech-to-Text inference directly in C++ for Android.
- Added native iOS support with Objective-C++ utilizing Sherpa-ONNX XCFrameworks.
- Built-in dynamic file downloader leveraging Dio and PathProvider.
- Automatically converts and transcribes any Media file (MP4, MP3, WAV, M4A) by transparently routing through FFmpegKit to extract exactly 16kHz PCM audio natively before sending it to the Sherpa C-API.