Commit 57a6ca0d authored by emerit's avatar emerit
Browse files

update filters

parent 2ac53292
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@
 *------------------------------------------------------------------------*/
/* TD renderer default HRIR model */
#ifdef DEBUGGING
/* Generated on 06-Feb-2025 with Matlab version 23.2.0.2668659 (R2023b) Update 9 by marcemerit on MACA64 */
/* Generated on 12-Feb-2025 with Matlab version 23.2.0.2668659 (R2023b) Update 9 by marcemerit on MACA64 */
#endif
const Word16 defaultHRIR_rom_latency_s_Q_fx = 31;
+2 −2
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@
#define WMC_TOOL_SKIP
#ifdef DEBUGGING
/* Generated on 06-Feb-2025 with Matlab version 23.2.0.2668659 (R2023b) Update 9 by marcemerit on MACA64 */
/* Generated on 12-Feb-2025 with Matlab version 23.2.0.2668659 (R2023b) Update 9 by marcemerit on MACA64 */
#endif
@@ -46960,7 +46960,7 @@ const Word16 fastconvReverberationEneCorrections_fx[CLDFB_NO_CHANNELS_MAX] =
#ifdef DEBUGGING
/* Generated on 06-Feb-2025 with Matlab version 23.2.0.2668659 (R2023b) Update 9 by marcemerit on MACA64 */
/* Generated on 12-Feb-2025 with Matlab version 23.2.0.2668659 (R2023b) Update 9 by marcemerit on MACA64 */
#endif
+3 −3
Original line number Diff line number Diff line
@@ -7207,7 +7207,7 @@ const Word16 CRendBin_Combined_BRIR_coeff_diffuse_im_16kHz_fx[BINAURAL_CHANNELS]
/* Sample Rate = 48000 */
extern const Word16 defaultHRIR_Q_48kHz_fx = 15;
const Word16 defaultHRIR_Q_48kHz_fx = 15;
const Word16 defaultHRIR_coherence_48kHz_fx[LR_IAC_LENGTH_NR_FC] = 
        {32673, 31044, 26189, 18849, 10979, 4533, 260, 0, 0, 
        0, 277, 1232, 1458, 1381, 1372, 1306, 963, 521, 
@@ -7304,7 +7304,7 @@ const Word16 defaultHRIR_right_avg_power_48kHz_fx[LR_IAC_LENGTH_NR_FC] =
/* Sample Rate = 32000 */
extern const Word16 defaultHRIR_Q_32kHz_fx = 14;
const Word16 defaultHRIR_Q_32kHz_fx = 14;
const Word16 defaultHRIR_coherence_32kHz_fx[LR_IAC_LENGTH_NR_FC] = 
        {16266, 15905, 14816, 13022, 10661, 8014, 5425, 3172, 1391, 
        99, 0, 0, 0, 0, 0, 100, 467, 657, 
@@ -7401,7 +7401,7 @@ const Word16 defaultHRIR_right_avg_power_32kHz_fx[LR_IAC_LENGTH_NR_FC] =
/* Sample Rate = 16000 */
extern const Word16 defaultHRIR_Q_16kHz_fx = 14;
const Word16 defaultHRIR_Q_16kHz_fx = 14;
const Word16 defaultHRIR_coherence_16kHz_fx[LR_IAC_LENGTH_NR_FC_16KHZ] = 
        {16106, 15742, 14643, 12838, 10469, 7821, 5241, 3004, 1244, 
        0, 0, 0, 0, 0, 0, 63, 414, 588, 
Loading