-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
33 lines (33 loc) · 1.13 KB
/
package.json
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
{
"name": "com.meta.witai",
"displayName": "Meta - Wit.ai",
"version": "71.0.0",
"samples": [
{
"displayName": "Response Debugger",
"description": "A scene with simple text UI to show Wit responses.",
"path": "Samples/ResponseDebugger"
},
{
"displayName": "Shapes",
"description": "The sample code that goes with the Shapes tutorial.",
"path": "Samples/Shapes"
},
{
"displayName": "TTS Voices",
"description": "A sample scene for performing text-to-speech requests by customizing two voices and having them speak.",
"path": "Samples/Shared/TTSVoices"
},
{
"displayName": "TTS Lip Sync",
"description": "A sample scene for performing text-to-speech requests that include lip sync information and viewing a character respond with lip sync enabled.",
"path": "Samples/Shared/TTSLipSync"
}
],
"description": "wit-unity is the Unity SDK for Wit.ai. It provides convenience tools for activating Wit and processing the responses that are returned.",
"unity": "2019.4",
"author": {
"name": "Meta - Wit.ai",
"url": "https://wit.ai"
}
}