Commit 79342408 authored by vaclav's avatar vaclav
Browse files

comment

parent ab64436d
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -393,6 +393,10 @@ static ivas_error ivas_binRenderer_convModuleOpen(
                        hBinRenConvModule->filterTapsRightReal[bandIdx][chIdx] = hHrtf->rightHRIRReal_HOA3[bandIdx][chIdx];
                        hBinRenConvModule->filterTapsRightImag[bandIdx][chIdx] = hHrtf->rightHRIRImag_HOA3[bandIdx][chIdx];
                    }
#ifdef FIX_1226_FASTCONV_HRTF_LOADING_OPTIM
                    /* Note: IVAS_AUDIO_CONFIG_HOA2 and IVAS_AUDIO_CONFIG_FOA input configs. are not relevant in internal renderer
                    as SBA to binaural always synthesizes HOA3 output for binauralization. However, the external renderer can use them. */
#endif
                    else if ( input_config == IVAS_AUDIO_CONFIG_HOA2 )
                    {
                        /* HOA2 filter coefficients */