aboutsummaryrefslogtreecommitdiff
path: root/binding/unreal/DMVOPBridge/DMVOPBridge.uplugin
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-22 05:21:19 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-22 05:21:19 +0800
commit51c46d43f5c1be332566305b8f8b40ac9041a06a (patch)
treed903b119f2cde121d0e47c5941f07567e44b1c27 /binding/unreal/DMVOPBridge/DMVOPBridge.uplugin
parentff5e4faa8082bcaad508021b765e1192462ba5ea (diff)
feat(unreal): add DMVOP TCP client plugin for Unreal Engine
Diffstat (limited to 'binding/unreal/DMVOPBridge/DMVOPBridge.uplugin')
-rw-r--r--binding/unreal/DMVOPBridge/DMVOPBridge.uplugin18
1 files changed, 18 insertions, 0 deletions
diff --git a/binding/unreal/DMVOPBridge/DMVOPBridge.uplugin b/binding/unreal/DMVOPBridge/DMVOPBridge.uplugin
new file mode 100644
index 0000000..349425a
--- /dev/null
+++ b/binding/unreal/DMVOPBridge/DMVOPBridge.uplugin
@@ -0,0 +1,18 @@
+{
+ "FileVersion": 3,
+ "Version": 0,
+ "VersionName": "0.1.0",
+ "FriendlyName": "Dumb Voice Protocol - UE Binding",
+ "Description": "TCP client for dmvop voice input in Unreal Engine",
+ "Category": "Input",
+ "CreatedBy": "Weicao-CatilGrass",
+ "CreatedByURL": "https://github.com/catilgrass/dumb-voice-protocol",
+ "DocsURL": "https://github.com/catilgrass/dumb-voice-protocol",
+ "Modules": [
+ {
+ "Name": "DMVOPBridge",
+ "Type": "Runtime",
+ "LoadingPhase": "Default"
+ }
+ ]
+}