Wwise SDK 2015.1.9
ChannelIndexToDisplayIndex
バージョン
arrow_right
目次
その他のドキュメント
Convert channel indices as they are ordered in standard (wav) or Wwise sound engine (wem) wave files (which follow channel mask bit values, except that the Lfe is at the end in the case of wems) into display indices. Desired display order is L-R-C-SL-SR-RL-RR-HL-HR-HC-HRL-HRR-HRC-T-Lfe. Note that 4-5.x configurations may define back or side channels. Either way they are "Surround" channels and are assigned to "SL, SR" names. AkSpeakerConfig.h の 300 行で定義されています。 参照先 AK_SPEAKER_LOW_FREQUENCY, AK_SPEAKER_SETUP_FRONT, ChannelMaskToNumChannels(), ChannelOrdering_Standard, と HasSideAndRearChannels(). |