ApplicationAudioCaptureParams
Electron APIs / recorder / ApplicationAudioCaptureParams
Parameters used to configure audio capture from a specific application.
Extends DefaultAudioDeviceParams to allow optional audio track separation, and specifies the process name of the target application whose audio should be captured.
This interface is typically used for capturing output audio from a specific executable,
such as Discord.exe
or minecraft.exe
.
See
DefaultAudioDeviceParams