Skip to main content

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

Extends

Properties

PropertyTypeDescription
processNamestringName of the application's process to capture audio from. Example values: 'Discord.exe', 'minecraft.exe'.
separateAudioTracks?booleanEnables automatic separation of input and output audio into dedicated tracks. When enabled, the default input and output audio sources will be recorded on separate tracks (tracks 2 and 3), while track 1 will contain a mixed version of both. Default false