Skip to main content

DefaultAudioDeviceParams

Electron APIs / recorder / DefaultAudioDeviceParams

Configuration options for default audio device behavior.

This interface allows specifying how default input and output audio sources should be routed to audio tracks during recording or streaming.

Extended by

Properties

PropertyTypeDescription
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