-
Notifications
You must be signed in to change notification settings - Fork 38
/
RuntimeSpeechRecognizer.uplugin
38 lines (38 loc) · 1.15 KB
/
RuntimeSpeechRecognizer.uplugin
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
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "Runtime Speech Recognizer",
"Description": "Runtime Speech Recognizer is an open-source plugin that enables real-time, offline speech recognition. Based on Whisper OpenAI technology and supports multiple language models pre-selected in the plugin's settings.",
"Category": "Audio",
"CreatedBy": "Georgy Treshchev",
"CreatedByURL": "https://georgy.dev/",
"DocsURL": "https://docs.georgy.dev/runtime-speech-recognizer/overview",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/2b33311abdb048819664a6cfe0bbd90d",
"SupportURL": "https://georgy.dev/",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": true,
"Modules": [
{
"Name": "RuntimeSpeechRecognizer",
"Type": "Runtime",
"LoadingPhase": "PreDefault"
},
{
"Name": "RuntimeSpeechRecognizerEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit"
}
],
"Plugins": [
{
"Name": "EditorScriptingUtilities",
"Enabled": true,
"TargetAllowList": [
"Editor"
]
}
]
}