AudioDeviceType type

نوع جهاز الصوت.

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