Skip to content

Latest commit

 

History

History
 
 
===========================================================
README
===========================================================

This tutorial game developed in Unity 3D shows the power and
flexibility of AT&T Speech API.

In this tutorial game, AT&T Speech API is used to capture 
audio input from the device, send the audio .wav 
(in audio/wav MIME type), get text transcription of the
speech in the audio,

This text is used to change the color of the cube according 
to the speech instructions..


===========================================================
Commands
===========================================================

Press 'S' key and say one of the following commands.

1) "Red"
	Cube changes color to red

2) "Green"
	Cube changes color to green

3) "Blue"
	Cube changes color to blue



===========================================================
Colors possible for cube in the game
===========================================================

  Object |       Possible Colors
---------+------------------------------------------
  Cube   | red, green, blue
---------+------------------------------------------
 
===========================================================
AT&T API Platform
===========================================================

More information on Speech and other APIs from AT&T API
Platform is available at http://developer.att.com.


===========================================================
-END-
===========================================================
v1 05/31/2014
(c) 2014 AT&T
===========================================================