Question
How do you play audio in Hololens?
I have a customer that wants to have non-voice sounds in HL2. Something like "ding" or similar. There isn't an audio widget in the options in studio for the 3D canvas.
We have been using the following line of code to synthesize speech but want some non-speech sounds:
$scope.app.speech.synthesizeSpeech({'text': 'Say this text out loud'});
On a related note, can you change the voice that gets used by that line of code?

