Skip to content

Commit

Permalink
Merge pull request #18 from wit-ai/marketplace_readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
yolanother authored Dec 13, 2022
2 parents 07d759c + 6dfbb2e commit 0ee6bd3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,25 @@ Once you have the plugin installed in your plugins directory there's one more st
bEnabled=True
```

## For Unreal Marketplace Users
### Installation
Install the plugin from [Marketplace](https://www.unrealengine.com/marketplace/en-US/product/voice-sdk)

### Enable the Plugin
- Create a new game
- Settings-> Plugins-> Installed -> Voice -> VoiceSDK
- Tick the checkbox to enable the plugin (Editor restart is needed)

### Add Voice to GameEngine.ini
Add the lines below to your game's Config/DefaultEngine.ini:
```
[Voice]
bEnabled=True
```

### Download Presets
The TTS Speaker won't work without Presets. However since Marketplace doesn't allow plugins to contain content you will need to download the additional content from [here](https://github.com/wit-ai/wit-unreal/tree/main/Content/Presets).

## Documentation
* [Voice SDK Online Documentation](https://developer.oculus.com/documentation/unreal/vsdk-overview/)
* [Wit.ai Documentation](https://wit.ai/docs)
Expand Down

0 comments on commit 0ee6bd3

Please sign in to comment.