-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpubspec.yaml
More file actions
55 lines (49 loc) · 1004 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
55 lines (49 loc) · 1004 Bytes
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
name: vad
description: "VAD is a cross-platform Voice Activity Detection system, allowing Flutter applications to seamlessly handle various VAD events using Silero VAD v4/v5 models."
version: 0.0.8
repository: https://github.com/keyur2maru/vad
issue_tracker: https://github.com/keyur2maru/vad/issues
homepage: https://keyur2maru.github.io/vad/
environment:
sdk: ^3.3.0
flutter: ">=1.17.0"
platforms:
android:
ios:
macos:
windows:
linux:
web:
flutter:
plugin:
platforms:
android:
ffiPlugin: true
ios:
ffiPlugin: true
macos:
ffiPlugin: true
windows:
ffiPlugin: true
linux:
ffiPlugin: true
web:
dependencies:
flutter:
sdk: flutter
ffi: ^2.1.4
record: ^6.1.2
web: ^1.1.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
import_sorter: ^4.6.0
ffigen: ^19.0.0
lints: ^4.0.0
topics:
- vad
- voice-activity-detection
- vad-flutter
- vad-dart
- silero-vad