Commit b83dd89d authored by SCHUGM's avatar SCHUGM
Browse files

PARAMUPMIX_BINAURAL_UPDATES: force internal_config to AUDIO_CONFIG_7_1_4 also with headrotation

parent ad28813b
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -290,13 +290,15 @@ void ivas_renderer_select(
                            /* force HOA3 domain for rotation*/
                            *internal_config = AUDIO_CONFIG_HOA3;
                        }
#ifndef PARAMUPMIX_BINAURAL_UPDATES
#ifdef JBM_PARAMUPMIX
                        if ( ( st_ivas->mc_mode == MC_MODE_PARAMUPMIX ) && ( *renderer_type == RENDERER_BINAURAL_FASTCONV ) )
                        {
#ifndef PARAMUPMIX_BINAURAL_UPDATES
                            *internal_config = AUDIO_CONFIG_5_1_2;
                        }
#else
                            *internal_config = AUDIO_CONFIG_7_1_4;
#endif
                        }
#endif
                    }
                }