Type alias SystemAudioBackend

SystemAudioBackend: "screenCaptureKit" | "_beta_coreAudio"

Enumeration specifying the backend to use for system audio recording.

  • screenCaptureKit: Use ScreenCaptureKit for system audio recording.
  • _beta_coreAudio: This a beta feature, it is not fully implemented yet. Do not use in production. Currently only records single files in .caf format.

Generated using TypeDoc