ISpeechRecognizer.SoundStarted Event

Event that is raised when the recognizer detects a new sound.

Syntax

public:
event TypedEventHandler<SpeechRecognizer^ , SpeechRecognizerSoundStartedEventArgs^ >^ SoundStarted {
         EventRegistrationToken add (TypedEventHandler<SpeechRecognizer^ , SpeechRecognizerSoundStartedEventArgs^ >^ value);
         void remove (EventRegistrationToken token);
}  

Remarks

This event is raised very frequently, potentially limiting its usefulness for titles. Consider using the PhraseStarted event, instead.

For every SoundStarted event that is raised, one SoundEnded will also be raised, unless your application quits before the sound ends.

Requirements

Namespace: Windows.Xbox.Speech.Recognition

Metadata: windows.winmd

See also

Reference

ISpeechRecognizer Interface

ISpeechRecognizer Members

ISpeechRecognizer.SoundEnded Event

Windows.Xbox.Speech.Recognition Namespace