public class TTSManager
extends java.lang.Object
Constructor and Description |
---|
TTSManager() |
Modifier and Type | Method and Description |
---|---|
void |
sing(int index,
java.lang.String word)
Sings a word at a specified pitch.
|
public void sing(int index, java.lang.String word)
Sings a word at a specified pitch.
index
- note value between 1 and 7.word
- C note if index = 1.
D note if index = 2.
E note if index = 3.
F note if index = 4.
G note if index = 5.
A note if index = 6.
B note if index = 7.