You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 7, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: speechly-unity/Assets/com.speechly.speechly-unity/SpeechlyClient/SpeechlyClient.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,8 @@ public class SpeechlyClient {
29
29
/// <summary>
30
30
/// Read the combined results of automatic speech recoginition (ASR) and natural language detection (NLU).
31
31
///
32
-
/// You can control when to start and stop process speech either manually with <see cref="Start"/> and <see cref="Stop"/> or
33
-
/// automatically by providing a voice activity detection (VAD) field to <see cref="SpeechlyClient"/>.
32
+
/// You can control when to start and stop process speech either manually with <see cref="Start"/> and <see cref="Stop"/>.
33
+
/// Alternatively, you may let SpeechlyClient control this automatically by setting setting AudioProcessorOptions.VADControlsListening to true upon SpeechlyClient.Initialize() or by calling SpeechlyClient.AdjustAudioProcessor(true).
0 commit comments