Commit 543a3317 authored by reutelhuber's avatar reutelhuber
Browse files

add scaling for Ambisonics output to align loudness with binaural output

parent aec28e41
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -658,6 +658,7 @@ ivas_error ivas_dec(
            for ( n = 0; n < nchan_out; n++ )
            {
                v_add( output[n + nchan_ism], tmp_ism_out[n], output[n], output_frame );
                v_multc( output[n], 0.5f, output[n], output_frame );
            }
        }
#endif