sherpa_asr_sdk 1.0.0 copy "sherpa_asr_sdk: ^1.0.0" to clipboard
sherpa_asr_sdk: ^1.0.0 copied to clipboard

Offline speech recognition SDK for Flutter using Sherpa-onnx. Supports real-time streaming ASR with automatic model download.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sherpa_asr_sdk

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  sherpa_asr_sdk: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:sherpa_asr_sdk/sherpa_asr_sdk.dart';
0
likes
130
points
19
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Offline speech recognition SDK for Flutter using Sherpa-onnx. Supports real-time streaming ASR with automatic model download.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

archive, dio, flutter, path_provider, record, sherpa_onnx

More

Packages that depend on sherpa_asr_sdk