#include <VBAP.h>
Public Member Functions | |
| SpeakerSet (unsigned size=3) | |
| ~SpeakerSet () | |
| void | dump () |
| just print friendly info about the triplet | |
Public Attributes | |
| unsigned * | nodes |
| the index for each of the three speakers that represent the triplet | |
| CSLMatrix * | invL |
| pre-computed inverse matrix for this triplet | |
| SpeakerSet::SpeakerSet | ( | unsigned | size = 3 |
) |
References nodes.
| SpeakerSet::~SpeakerSet | ( | ) |
References nodes.
| void SpeakerSet::dump | ( | void | ) |
just print friendly info about the triplet
References nodes.
Referenced by csl::SpeakerSetLayout::dump().
| unsigned* csl::SpeakerSet::nodes |
the index for each of the three speakers that represent the triplet
Referenced by dump(), csl::SpeakerSetLayout::findSpeakerPairs(), csl::SpeakerSetLayout::findSpeakerTriplets(), csl::SpeakerSetLayout::invertTripleMatrix(), csl::VBAP::nextBuffer(), SpeakerSet(), and ~SpeakerSet().
pre-computed inverse matrix for this triplet
Referenced by csl::SpeakerSetLayout::invertTripleMatrix().
1.5.8