76 lines
		
	
	
		
			3.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			76 lines
		
	
	
		
			3.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "com.meta.xr.sdk.voice",
 | |
|   "displayName": "Meta - Voice SDK - Immersive Voice Commands",
 | |
|   "version": "77.0.0",
 | |
|   "description": "Voice SDK enables natural voice interactions for AR/VR apps, powered by Wit.ai.",
 | |
|   "samples": [
 | |
|     {
 | |
|       "displayName": "Shapes",
 | |
|       "description": "A scene that demonstrates using simple voice interactions to change shape colors.  The demo uses Wit intents & entities.",
 | |
|       "path": "Samples~/Shapes"
 | |
|     },
 | |
|     {
 | |
|       "displayName": "Shapes with Conduit",
 | |
|       "description": "A sample that demonstrates using simple voice interactions to change shape colors.  The demo uses Wit intents & entities along with Conduit for easier setup.",
 | |
|       "path": "Samples~/ShapesConduit"
 | |
|     },
 | |
|     {
 | |
|       "displayName": "Built-In Timer",
 | |
|       "description": "A scene that demonstrates using a Built-In Voice SDK configuration for simple voice interactions such as a timer.",
 | |
|       "path": "Samples~/BuiltInTimer"
 | |
|     },
 | |
|     {
 | |
|       "displayName": "TTS Voices",
 | |
|       "description": "A sample scene for performing text-to-speech requests by customizing two voices and having them speak.",
 | |
|       "path": "Samples~/TTSVoices"
 | |
|     },
 | |
|     {
 | |
|       "displayName": "TTS Lip Sync",
 | |
|       "description": "A sample scene showing multiple lip sync approaches using streamed viseme data from Wit TTS.",
 | |
|       "path": "Samples~/TTSLipSync"
 | |
|     },
 | |
|     {
 | |
|       "displayName": "Live Understanding",
 | |
|       "description": "A scene that demonstrates short response handling via live understanding.  Simply activate a voice interaction and state a color for an immediate deactivation & color application.",
 | |
|       "path": "Samples~/LiveUnderstanding"
 | |
|     },
 | |
|     {
 | |
|       "displayName": "Light Traits",
 | |
|       "description": "A scene that demonstrates using traits to turn a light on or off with voice.",
 | |
|       "path": "Samples~/LightTraits"
 | |
|     },
 | |
|     {
 | |
|       "displayName": "Chess with Conduit",
 | |
|       "description": "A sample that uses voice interactions to perform simple chess interactions.  This demo is also set up with Conduit for easier implementation and quicker performance.",
 | |
|       "path": "Samples~/Chess"
 | |
|     },
 | |
|     {
 | |
|       "displayName": "Dictation",
 | |
|       "description": "A simple dictation example that shows activation & continuous wit powered dictation.",
 | |
|       "path": "Samples~/Dictation"
 | |
|     },
 | |
|     {
 | |
|       "displayName": "Composer Samples",
 | |
|       "description": "Single Character Sample: A very simple composer driven experience with a single character.\n Double Characters Sample: A complex composer driven experience with multiple characters & multiple composers. \n Context Map Sample: A demo scene showing how to work with the Composer's Context Map",
 | |
|       "path": "Samples~/Composer"
 | |
|     }
 | |
|   ],
 | |
|   "unity": "2022.3",
 | |
|   "unityRelease": "15f1",
 | |
|   "author": {
 | |
|     "name": "Meta - Voice SDK",
 | |
|     "url": "https://wit.ai"
 | |
|   },
 | |
|   "licensesUrl": "https://developer.oculus.com/licenses/oculussdk",
 | |
|   "licenseMessage": "By adding or using this package you agree to the terms and conditions of the Meta Platforms Technologies SDK License Agreement: https://developer.oculus.com/licenses/oculussdk",
 | |
|   "keywords": [
 | |
|     "Voice",
 | |
|     "Meta",
 | |
|     "SDK"
 | |
|   ],
 | |
|   "dependencies": {},
 | |
|   "documentationUrl": "https://developer.oculus.com/documentation/unity/voice-sdk-overview/",
 | |
|   "changelogUrl": "https://developer.oculus.com/downloads/package/meta-voice-sdk/",
 | |
|   "_fingerprint": "161911ae2ad09d16ee35e5ad235ff23425acb22d"
 | |
| }
 | 
