Commit 94a25ad6 authored by emerit's avatar emerit
Browse files

On going

parent 0907c068
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@
/* Tables generated by the script at "scripts/binauralRenderer_interface/fastconv/generate_tables_for_fastconv.m */
/* Can be replaced by your own generated HRIR tables */
/*
 * Generated on 28-Aug-2023 with Matlab version 9.12.0.2009381 (R2022a) Update 4 by MUXE6256.
 * Generated on 29-Aug-2023 with Matlab version 9.12.0.2009381 (R2022a) Update 4 by MUXE6256.
*/
@@ -46955,7 +46955,7 @@ const float fastconvReverberationEneCorrections[CLDFB_NO_CHANNELS_MAX] =
/*
 * Generated on 28-Aug-2023 with Matlab version 9.12.0.2009381 (R2022a) Update 4 by MUXE6256.
 * Generated on 29-Aug-2023 with Matlab version 9.12.0.2009381 (R2022a) Update 4 by MUXE6256.
*/
+248 −174

File changed.

Preview size limit exceeded, changes collapsed.

+1 −0
Original line number Diff line number Diff line
@@ -92,6 +92,7 @@ if writeBinaryOutput == 1
end

command = [command ...
                    '-harmoize_late_reverb_binaural_gain' ...
                    ' 5 ' ...
                    hrir_file ' ' ...
                    erase(hrir_file,'.sofa') '_FOA.sofa ' ... 
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ function [dataSpec, modSpec] = HrfModBsp_Config(dataSpec)
            modSpec.enThr  = 0.3;

            % folder to save the model
            %myPath = fullfile(myPath, 'IVAS_default');
            myPath = fullfile(myPath, 'IVAS_default');
            dataSpec.folderNameOnset = ...
                fullfile(myPath, 'OnsetDelay');
            modSpec.folderMod = myPath;