Skip to content

Function arrangement_speakers

function arrangement_speakers(speaker_arrangement) dsp

std::span<const speaker_type> arrangement_speakers(speaker_arrangement arr) noexcept

Returns the canonical channel list for a speaker arrangement.

Maps a speaker_arrangement to an ordered, immutable sequence of speaker_type values. The returned span references static storage valid for the program lifetime and performs no allocations.

Parameters
arr The speaker arrangement to resolve.
Returns
Ordered channels for the arrangement, or an empty span if unsupported (e.g. speaker_arrangement::None).

Fully qualified name: kfr::arrangement_speakers(speaker_arrangement)

Declared at dsp/speaker.hpp:125

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.