Skip to content

Commit 728ff91

Browse files
committed
Merge branch 'develop' into gh-211-conversationReadMe
2 parents 02c17cf + e67e1d6 commit 728ff91

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Scripts/Widgets/TextToSpeechWidget.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ public class TextToSpeechWidget : Widget
4343
#region Outputs
4444
[SerializeField]
4545
private Output m_Speaking = new Output(typeof(SpeakingStateData), true);
46-
[SerializeField]
47-
private Output m_DisableMic = new Output(typeof(DisableMicData));
48-
[SerializeField]
49-
private Output m_LevelOut = new Output(typeof(LevelData));
50-
#endregion
46+
[SerializeField]
47+
private Output m_DisableMic = new Output(typeof(DisableMicData), true );
48+
[SerializeField]
49+
private Output m_LevelOut = new Output(typeof(LevelData), true );
50+
#endregion
5151

5252
#region Private Data
5353
TextToSpeech m_TextToSpeech = new TextToSpeech();

0 commit comments

Comments
 (0)