Commit 02aa6faa authored by Marek Szczerba's avatar Marek Szczerba
Browse files

Support for multiple acoustic environments plus early reflections in...

Support for multiple acoustic environments plus early reflections in text-based configuration (prototype)
parent e7b4161c
Loading
Loading
Loading
Loading
+829 −0

File added.

Preview size limit exceeded, changes collapsed.

+583 −110

File changed.

Preview size limit exceeded, changes collapsed.

+3 −0
Original line number Diff line number Diff line
[roomAcoustics]
frequencyGridCount = 1
acousticEnvironmentCount = 1
[frequencyGrid:0]
nBands = 31
method = individualFrequencies
+16 −14
Original line number Diff line number Diff line
[roomAcoustics]
nBands = 31;
frequencyGridCount = 1;
acousticEnvironmentCount = 1;

fc   = [20.0, 25.0, 31.5, 40.0,
[frequencyGrid:0]
method = individualFrequencies;
nBands = 31;
frequencies  = [20.0, 25.0, 31.5, 40.0,
                50.0, 63.0, 80.0, 100.0,
                125.0, 160.0, 200.0, 250.0,
                315.0, 400.0, 500.0, 630.0,
@@ -10,6 +14,9 @@ fc = [20.0, 25.0, 31.5, 40.0,
                5000.0, 6300.0, 8000.0, 10000.0,
                12500.0, 16000.0, 20000.0];

[acousticEnvironment:0]
frequencyGridIndex = 0;
predelay = 0.1;
rt60 = [1.3622, 1.4486, 1.3168, 1.5787,
        1.4766, 1.3954, 1.2889, 1.3462,
        1.0759, 1.0401, 1.0970, 1.0850,
@@ -24,8 +31,3 @@ dsr = [1.9952632e-08, 1.9952632e-08, 1.2589251e-08, 1.5848926e-08, 1.2589251e-0
        5.01187e-07, 6.3095763e-07, 6.3095763e-07, 6.3095763e-07, 5.01187e-07, 2.511887e-07, 1.2589251e-07, 1e-07, 6.309576e-08, 3.1622776e-08,
        2.511887e-08];
acousticPreDelay = 0.016;
inputPreDelay = 0.1;

[general]
reverbFile = rend_config_renderer.dat;