kSpeakerLayout
Electron APIs / recorder / kSpeakerLayout
type kSpeakerLayout =
| "SPEAKERS_MONO"
| "SPEAKERS_STEREO"
| "SPEAKERS_2POINT1"
| "SPEAKERS_4POINT0"
| "SPEAKERS_4POINT1"
| "SPEAKERS_5POINT1";
Supported speaker layout configurations.
These layout identifiers correspond to common channel arrangements used in audio output systems. They are typically used to configure spatial audio or multichannel playback environments.
Example
const layout: kSpeakerLayout = "SPEAKERS_5POINT1";