Loading lib_rend/lib_rend_fx.c +1 −0 Original line number Diff line number Diff line Loading @@ -8073,6 +8073,7 @@ static ivas_error renderInputSba( case IVAS_AUDIO_CONFIG_BINAURAL_ROOM_REVERB: error = renderSbaToBinaural( sbaInput, outConfig, outAudio ); break; case IVAS_AUDIO_CONFIG_BINAURAL_ROOM_IR: #else case IVAS_AUDIO_CONFIG_BINAURAL: error = renderSbaToBinaural( sbaInput, outConfig, outAudio ); Loading Loading
lib_rend/lib_rend_fx.c +1 −0 Original line number Diff line number Diff line Loading @@ -8073,6 +8073,7 @@ static ivas_error renderInputSba( case IVAS_AUDIO_CONFIG_BINAURAL_ROOM_REVERB: error = renderSbaToBinaural( sbaInput, outConfig, outAudio ); break; case IVAS_AUDIO_CONFIG_BINAURAL_ROOM_IR: #else case IVAS_AUDIO_CONFIG_BINAURAL: error = renderSbaToBinaural( sbaInput, outConfig, outAudio ); Loading