AudioDeviceType type

Type of an audio device.

type AudioDeviceType =
  | "Microphone"
  | "Speaker"
  | "CompositeAudioDevice"
  | "Virtual"