Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Kinect for Windows 1.5, 1.6, 1.7, 1.8
The following table(s) list the members exposed by the KinectAudioSource type.
Public Properties
Name | Description | |
---|---|---|
![]() |
AutomaticGainControlEnabled | Gets or sets a Boolean value that enables/disables automatic gain control. The default value is false (no automatic gain control). |
![]() |
BeamAngle | Gets the beam angle (in degrees), which is the direction the sensor is set for listening. The values are: {-50, -40, -30, -20, -10, 0, +10, +20, +30, +40, +50}. |
![]() |
BeamAngleMode | Gets or sets the beam angle mode, which determines how the beam angle is updated. The default value is BeamAngleMode.Automatic. |
![]() |
EchoCancellationMode | Gets or sets the echo cancellation and suppression mode. The default value is EchoCancellationMode.None. |
![]() |
EchoCancellationSpeakerIndex | Gets or sets the index of the audio source that produced a sound so that echo cancellation can be performed. The default value is determined by the operating system. |
![]() |
ManualBeamAngle | Gets or sets the beam angle (in degrees) manually by the user, which is the direction the sensor is set for listening. |
![]() ![]() |
MaxBeamAngle | Gets the maximum possible angle for the KinectAudioSource.BeamAngle property. |
![]() ![]() |
MaxSoundSourceAngle | Gets the maximum possible angle for the KinectAudioSource.SoundSourceAngle property. |
![]() ![]() |
MinBeamAngle | Gets the minimum possible angle for the KinectAudioSource.BeamAngle property. |
![]() ![]() |
MinSoundSourceAngle | Gets the minimum possible angle for the KinectAudioSource.SoundSourceAngle property. |
![]() |
NoiseSuppression | Gets or sets a Boolean value that enables/disables noise suppression. The default is true. |
![]() |
SoundSourceAngle | Gets the sound source angle (in degrees), which is the direction that sound is arriving from a sound source. The range is [-50, +50]. |
![]() |
SoundSourceAngleConfidence | Gets the confidence in the audio source location estimate; the range is [0.0, 1.0], where 1 is the highest possible confidence. |
Public Methods
Name | Description | |
---|---|---|
![]() |
Start | Overloaded. Methods to start capturing audio data streamed out of a sensor. |
![]() |
Stop | Stops capturing audio data and closes the audio stream. |
Public Events
Name | Description | |
---|---|---|
![]() |
BeamAngleChanged | This event fires when the BeamAngle property changes. |
![]() |
SoundSourceAngleChanged | This event fires when the SoundSourceAngle property changes. |