This repository provides examples using the Houndify C# SDK, which allows you to integrate Voice AI into your Unity applications or others that utilize C#.
Here, we've prepared an example game the Mystery at Hound Casino demonstrating the main components of the Houndify SDK in Unity. See Unity Tutorial for more details and a complete walkthrough.
Feel free to explore the code to get a feel for how to use Houndify in Unity. If you looking for easy to use Voice AI integration your in the right place.
- Clone this repository.
- Import into Unity
- Add your Client ID and Client Key into the
Assets/Settings/Scripts/Settings.cs
file. - Set up Custom Commands in Houndify for full character interactions
This file contains some configuration information for the example project. Open it and enter your clientId/clientKey from your Houndify account.
Retrieves text based game intro from Houndify. Demonstrates how to create text requests.
Streams audio and retrieves partial transcripts from the Houndify utilizing the voice endpoint.