forked from k2-fsa/sherpa-onnx
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpubspec.yaml
72 lines (53 loc) · 1.54 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
name: sherpa_onnx
description: >
Speech recognition, speech synthesis, speaker diarization, and speaker recognition
using next-gen Kaldi with onnxruntime without Internet connection.
repository: https://github.com/k2-fsa/sherpa-onnx/tree/master/flutter
issue_tracker: https://github.com/k2-fsa/sherpa-onnx/issues
documentation: https://k2-fsa.github.io/sherpa/onnx/
topics:
- speech-recognition
- speech-synthesis
- speaker-diarization
- audio-tagging
- voice-activity-detection
# remember to change the version in ../sherpa_onnx_macos/macos/sherpa_onnx_macos.podspec
version: 1.10.35
homepage: https://github.com/k2-fsa/sherpa-onnx
environment:
sdk: ">=3.1.0 <4.0.0"
flutter: ">=2.8.1"
dependencies:
ffi: ^2.1.0
flutter:
sdk: flutter
sherpa_onnx_android: ^1.10.35
# sherpa_onnx_android:
# path: ../sherpa_onnx_android
sherpa_onnx_macos: ^1.10.35
# sherpa_onnx_macos:
# path: ../sherpa_onnx_macos
sherpa_onnx_linux: ^1.10.35
# sherpa_onnx_linux:
# path: ../sherpa_onnx_linux
sherpa_onnx_windows: ^1.10.35
# sherpa_onnx_windows:
# path: ../sherpa_onnx_windows
sherpa_onnx_ios: ^1.10.35
# sherpa_onnx_ios:
# path: ../sherpa_onnx_ios
dev_dependencies:
flutter_lints: ^3.0.0
flutter:
plugin:
platforms:
android:
default_package: sherpa_onnx_android
ios:
default_package: sherpa_onnx_ios
macos:
default_package: sherpa_onnx_macos
linux:
default_package: sherpa_onnx_linux
windows:
default_package: sherpa_onnx_windows