AudioDeviceType type

音频设备的类型。

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