TextToSpeech.IsSpeaking Method

Definition

Returns whether or not the AudioSource is actively playing.

public:
 bool IsSpeaking();
public bool IsSpeaking ();
member this.IsSpeaking : unit -> bool
Public Function IsSpeaking () As Boolean

Returns

Boolean

True, if the AudioSource is playing. False, if the AudioSource is not playing or is null.

Applies to