Method | Description | |
---|---|---|
Init ( ) : void | ||
Speak ( int count ) : System.Threading.Tasks.Task | ||
Speak ( string text ) : System.Threading.Tasks.Task | ||
SpeakCongrats ( ) : System.Threading.Tasks.Task | ||
SpeakEquals ( ) : System.Threading.Tasks.Task | ||
SpeakExcited ( int count ) : System.Threading.Tasks.Task | ||
SpeakIntro ( ) : System.Threading.Tasks.Task | ||
SpeakPlus ( ) : System.Threading.Tasks.Task | ||
SpeakQuestion ( ) : System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
PlayAudioFile ( string path ) : Task |
||
SoundPlayer ( ) : System | ||
SpeakRandom ( string strings ) : System.Threading.Tasks.Task |
public static Speak ( int count ) : System.Threading.Tasks.Task | ||
count | int | |
return | System.Threading.Tasks.Task |
public static Speak ( string text ) : System.Threading.Tasks.Task | ||
text | string | |
return | System.Threading.Tasks.Task |
public static SpeakCongrats ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public static SpeakEquals ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public static SpeakExcited ( int count ) : System.Threading.Tasks.Task | ||
count | int | |
return | System.Threading.Tasks.Task |
public static SpeakIntro ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public static SpeakPlus ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public static SpeakQuestion ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |