Skip to content

Commit d4631b2

Browse files
authored
Merge pull request #198 from watson-developer-cloud/fix-197-TextToSpeech
Fix Issue #197
2 parents 3949e72 + 764b821 commit d4631b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/Widgets/TextToSpeechWidget.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class TextToSpeechWidget : Widget
4242

4343
#region Outputs
4444
[SerializeField]
45-
private Output m_Speaking = new Output(typeof(SpeakingStateData));
45+
private Output m_Speaking = new Output(typeof(SpeakingStateData), true);
4646
[SerializeField]
4747
private Output m_DisableMic = new Output(typeof(DisableMicData));
4848
[SerializeField]

0 commit comments

Comments
 (0)