PresetMicrophoneArrayGeometry Enum

Definition

Types of preset microphone array geometries. Check https://docs.microsoft.com/azure/cognitive-services/speech-service/speech-devices-sdk-microphone for details.

public enum PresetMicrophoneArrayGeometry
type PresetMicrophoneArrayGeometry = 
Public Enum PresetMicrophoneArrayGeometry
Inheritance
PresetMicrophoneArrayGeometry

Fields

Circular4 2

Indicates a microphone array with one microphone in the center and three microphones evenly spaced in a circle with radius approximately equal to 42.5 mm.

Circular7 1

Indicates a microphone array with one microphone in the center and six microphones evenly spaced in a circle with radius approximately equal to 42.5 mm.

Custom 6

Indicates a microphone array with custom geometry.

Linear2 4

Indicates a microphone array with two linearly placed microphones with 40 mm spacing between them.

Linear4 3

Indicates a microphone array with four linearly placed microphones with 40 mm spacing between them.

Mono 5

Indicates a microphone array with a single microphone.

Uninitialized 0

Indicates that no geometry specified. Speech SDK will determine the microphone array geometry.

Applies to