We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3949e72 + 764b821 commit d4631b2Copy full SHA for d4631b2
Scripts/Widgets/TextToSpeechWidget.cs
@@ -42,7 +42,7 @@ public class TextToSpeechWidget : Widget
42
43
#region Outputs
44
[SerializeField]
45
- private Output m_Speaking = new Output(typeof(SpeakingStateData));
+ private Output m_Speaking = new Output(typeof(SpeakingStateData), true);
46
47
private Output m_DisableMic = new Output(typeof(DisableMicData));
48
0 commit comments