Vhost API - Speech Functions (Scene embedded in HTML)
setPlayerVolume(level [0 - 10])
Play Audio
To alter the volume of the VHost Player using the sayAudio() command:
setPlayerVolume(5)
To mute the VHost, set the player volume to '0':
setPlayerVolume(0)
. To maximize the player volume, set the Player volume to '10':
setPlayerVolume(10)
. The default Player volume is '7':
setPlayerVolume(7)
.
See the source of this page for the API code