Commit 3e17c56d authored by emerit's avatar emerit
Browse files

add missing file

parent 6c93c8b0
Loading
Loading
Loading
Loading
+129 B

File added.

No diff preview for this file type.

+129 B

File added.

No diff preview for this file type.

+129 B

File added.

No diff preview for this file type.

+34 −33
Original line number Diff line number Diff line
@@ -798,6 +798,7 @@ for fs = [48000 32000 16000]
    fprintf("Wrote model parameters to: %s\n",fullfile(filePath,outputBinaryFileName));
end % fs loop

if dataSpec.genRomFile 
    h_file_content = string(join({''
        ['extern const uint32_t defaultHRIR_rom_elevBsShape[' int2str(length(elevSplineShape_all)) '];']
        ['extern const uint32_t defaultHRIR_rom_azimBsShape[' int2str(length(azimSplineShape{1})) '];']
@@ -830,6 +831,6 @@ fileID_c = fopen(c_file_name,'at');
    fprintf(fileID_c,'%s', c_file_content);
    
    fclose(fileID_c);

end

end % function
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ clc
        % specify HR filter directory
        dataSpec.hrfInDir = fullfile(pwd, '..','..','binauralRenderer_interface','HRIRs_sofa');
        dataSpec.hrfOutDir = fullfile(pwd, '..', 'hrtf_data');
        dataSpec.genRomFile = true;
        dataSpec.genRomFile = false;
        dataSpec.romOutDir = fullfile(pwd, '..','..','..','lib_rend');
    elseif nargin == 1
%         dataSpec.dataBase = varargin{1}.dataBase;