Commit cef42aad authored by emerit's avatar emerit
Browse files

tested to check with ci test

parent 45d3c31c
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 31-Jul-2024 with Matlab version 9.9.0.2037887 (R2020b) Update 8 by tmu on MACI64 */
/* Generated on 04-May-2026 with Matlab version 23.2.0.2668659 (R2023b) Update 9 by marcemerit on MACA64 */
#endif
const float defaultHRIR_rom_latency_s = 0.000020834f;
+35614 −35614

File changed.

Preview size limit exceeded, changes collapsed.

+5252 −5252

File changed.

Preview size limit exceeded, changes collapsed.

+21 −0
Original line number Diff line number Diff line
@@ -4,6 +4,27 @@
    // Pour plus d'informations, visitez : https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
            "name": "(lldb) Lancer FOA",
            "type": "cppdbg",
            "request": "launch",
            "program": "${workspaceFolder}/tables_format_converter",
            "args": [
                "-output_file_path",
                "../binaural_renderers_hrtf_data",
                "-output_file_name",
                "foa_binaural",
                "-input_mixerconv_hrir_file_path",
                "../binaural_renderers_hrtf_data/temp",
                "-input_mixerconv_hrir_file_name",
                "HRIR_128_Meth5_IRC_53_Q10_symL_Itrp1_48000+IIS_BRIR_officialMPEG_Combined",
            ],
            "stopAtEntry": false,
            "cwd": "${workspaceFolder}",
            "environment": [],
            "externalConsole": false,
            "MIMode": "lldb"
        },
        {
            "name": "(lldb) Lancer BRIR no optim",
            "type": "cppdbg",
Loading