Loading scripts/td_object_renderer/modeling_tool/Gen_Hrf_IVAS_Binary.m +2 −2 Original line number Diff line number Diff line Loading @@ -605,9 +605,9 @@ for fs = [48000 32000 16000] % Weights fwrite(fileID_fx, size(mod_hrf.WL{1},1), 'short'); % (P*Q) fwrite(fileID_fx, Q_WL, "int16"); fwrite(fileID_fx, integer_WL, 'int16'); % (P*Q) by K fwrite(fileID_fx, integer_WL, 'int32'); % (P*Q) by K fwrite(fileID_fx, Q_WR, "int16"); fwrite(fileID_fx, integer_WR, 'int16'); % (P*Q) by K fwrite(fileID_fx, integer_WR, 'int32'); % (P*Q) by K % Azimuth basis functions fwrite(fileID_fx, num_unique_splines, 'short'); % number of unique spline functions for i = 1:num_unique_splines Loading Loading
scripts/td_object_renderer/modeling_tool/Gen_Hrf_IVAS_Binary.m +2 −2 Original line number Diff line number Diff line Loading @@ -605,9 +605,9 @@ for fs = [48000 32000 16000] % Weights fwrite(fileID_fx, size(mod_hrf.WL{1},1), 'short'); % (P*Q) fwrite(fileID_fx, Q_WL, "int16"); fwrite(fileID_fx, integer_WL, 'int16'); % (P*Q) by K fwrite(fileID_fx, integer_WL, 'int32'); % (P*Q) by K fwrite(fileID_fx, Q_WR, "int16"); fwrite(fileID_fx, integer_WR, 'int16'); % (P*Q) by K fwrite(fileID_fx, integer_WR, 'int32'); % (P*Q) by K % Azimuth basis functions fwrite(fileID_fx, num_unique_splines, 'short'); % number of unique spline functions for i = 1:num_unique_splines Loading