AudioSource.AudioCalibrationState Property

Gets a value that indicates whether the Kinect Sensor is properly calibrated to listen for speech input.

Syntax

public:
property KinectAudioCalibrationState AudioCalibrationState {
         KinectAudioCalibrationState get ();
}  

Property value

Type: KinectAudioCalibrationState 

KinectAudioCalibrationState value that indicates whether the Kinect Sensor is properly calibrated to listen for speech input.

Remarks

Because an uncalibrated Kinect can result in degraded speech recognition, apps that use speech commands should use this property to check the calibration state. If the value of this property is KinectAudioCalibrationState.CalibrationRequired or KinectAudioCalibrationState.Unknown, your app should notify the user that Kinect needs to be recalibrated and then call the SystemUI.LaunchKinectSetupAsync method to launch the Kinect setup experience.

Requirements

Namespace: Windows.Kinect

Metadata: windows.winmd

See also

Reference

AudioSource Class

AudioSource Members

Windows.Kinect Namespace