June 2017
Beginner to intermediate
336 pages
8h 44m
English
Add a new C# script file and add the following script for test TextToSpeechManager. We have named it SpeechText:
using HoloToolkit.Unity public class SpeechText : MonoBehaviour { // Use this for initialization void Start () { TextToSpeechManager tt = this.GetComponent <TextToSpeechManager>(); tt.Voice = TextToSpeechVoice.Mark; tt.SpeakText("Welcome To Explore HoloLens. A Holographic View of a HoloLens device. You can use Gaze, Gesture and Voice Command to explore different components. Walk around and start exploring !"); }}
Finally, drag and drop this script to sound manager to execute first hand when the app is launched.
Read now
Unlock full access