Type alias SystemAudioBackend

SystemAudioBackend: "screenCaptureKit" | "coreAudio" | "_beta_coreAudio"

Enumeration specifying the backend to use for system audio recording.

  • screenCaptureKit: Use ScreenCaptureKit for system audio recording.
  • coreAudio: Use Core Audio process taps for system audio recording.
  • _beta_coreAudio: Deprecated alias for coreAudio kept for backward compatibility.

Generated using TypeDoc