Commit 23d9b857 authored by emerit's avatar emerit
Browse files

change BINAURAL_NTAPS to 3

parent c0e23439
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1515,7 +1515,7 @@ typedef enum

#define BINAURAL_MAXBANDS                       60                          /* Max number of bands */
#define BINAURAL_CONVBANDS                      50                          /* Bands upto which convolution is performed */
#define BINAURAL_NTAPS                           5
#define BINAURAL_NTAPS                           3

#define BINAURAL_NTAPS_SBA                       3

+1 −0
Original line number Diff line number Diff line
@@ -949,6 +949,7 @@ static ivas_error create_fastconv_HRTF_from_rawdata(
            return IVAS_ERROR( IVAS_ERR_INTERNAL_FATAL, "HRTF binary file not compliant (BINAURAL_CONVBANDS)" );
        }
        hrtf_data_rptr += sizeof( uint16_t );

        if ( HRTF_LS_CHANNELS != *( (uint16_t *) ( hrtf_data_rptr ) ) )
        {
            return IVAS_ERROR( IVAS_ERR_INTERNAL_FATAL, "HRTF binary file not compliant (HRTF_LS_CHANNELS)" );