Click or drag to resize

FormActMainTTS Method

Performs Text to Speech using the currently selected implementation in PlayTtsMethod. (Default ACT implementation uses a intermediary WAV file to avoid buggy cutoffs during high CPU usage)

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public void TTS(
	string SpeechText
)

Parameters

SpeechText
Type: SystemString
Text to be spoken
See Also