Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit a216b63

Browse files
author
Ari Nykänen
committed
Comment change
1 parent 3d70417 commit a216b63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

speechly-unity/Assets/com.speechly.speechly-unity/SpeechlyClient/SpeechlyClient.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ public class SpeechlyClient {
2929
/// <summary>
3030
/// Read the combined results of automatic speech recoginition (ASR) and natural language detection (NLU).
3131
///
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).
3434
/// </summary>
3535

3636
public SegmentChangeDelegate OnSegmentChange = (Segment segment) => {};

0 commit comments

Comments
 (0)