Commit 50f356de authored by janssontoftg's avatar janssontoftg
Browse files

Added back binaural latency (which was temporarily set to 0).

parent b779a5c4
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -47,8 +47,7 @@
 *------------------------------------------------------------------------*/
/* TD renderer HRTF default model Orange53 */
#ifdef FIX_310_TD_REND_DELAY
//const float orange53_rom_latency_s = 0.000020834f;
const float orange53_rom_latency_s = 0.0f; // temp
const float orange53_rom_latency_s = 0.000020834f;
#endif
const int16_t orange53_rom_azimDim2[18] = { 
1, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 37, 1, 
+0 −1
Original line number Diff line number Diff line
@@ -300,7 +300,6 @@ static ivas_error LoadBSplineBinary(

#ifdef FIX_310_TD_REND_DELAY
    fread( &HrFiltSet_p->latency_s, sizeof( float ), 1, f_hrtf );
    HrFiltSet_p->latency_s = 0.0f; // temp
#endif

    model = &( HrFiltSet_p->ModelParams );