Commit b3be0695 authored by Andrea Genovese's avatar Andrea Genovese
Browse files

updated test configs and self_test

parent 76e54da5
Loading
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -1167,6 +1167,22 @@
../IVAS_cod -mc 7_1_4 512000 48 testv/stv714MC48c.wav bit
../IVAS_dec -render_config testv/rend_config_renderer.cfg BINAURAL_ROOM_REVERB 48 bit testv/stv714MC48c.wav_MC714_512000_48-48_MC_Config_renderer.tst

// Multi-channel 7_1_4 at 512 kbps, 48kHz in, 48kHz out, BINAURAL_ROOM out Config early reflections
../IVAS_cod -mc 7_1_4 512000 48 testv/stv714MC48c.wav bit
../IVAS_dec -render_config testv/rend_config_ER_v1.cfg BINAURAL_ROOM_REVERB 48 bit testv/stv714MC48c.wav_MC714_512000_48-48_ER_v1.tst

// Multi-channel 7_1_4 at 512 kbps, 48kHz in, 48kHz out, BINAURAL_ROOM out Config early reflections, listener origin
../IVAS_cod -mc 7_1_4 512000 48 testv/stv714MC48c.wav bit
../IVAS_dec -render_config testv/rend_config_ER_v2.cfg BINAURAL_ROOM_REVERB 48 bit testv/stv714MC48c.wav_MC714_512000_48-48_MC_ER_v2.tst

// Multi-channel 7_1_4 at 512 kbps, 48kHz in, 48kHz out, BINAURAL_ROOM out Config early reflections, low complexity, listener origin
../IVAS_cod -mc 7_1_4 512000 48 testv/stv714MC48c.wav bit
../IVAS_dec -render_config testv/rend_config_ER_v3.cfg BINAURAL_ROOM_REVERB 48 bit testv/stv714MC48c.wav_MC714_512000_48-48_MC_ER_v3.tst

// Multi-channel 7_1_4 at 512 kbps, 48kHz in, 48kHz out, BINAURAL_ROOM out Config early reflections, head rotation
../IVAS_cod -mc 7_1_4 512000 48 testv/stv714MC48c.wav bit
../IVAS_dec -render_config testv/rend_config_ER_v1.cfg -t testv/headrot_case00_3000_q.csv BINAURAL_ROOM_REVERB 48 bit testv/stv714MC48c.wav_MC714_512000_48-48_MC_ER_v1.tst

// Multi-channel 5_1 bitrate switching from 13.2 kbps to 512 kbps, 48kHz in, 48kHz out, 7_1_4 out
../IVAS_cod -mc 5_1 ../scripts/switchPaths/sw_mctech_5fr.bin 48 testv/stv51MC48c.wav bit
../IVAS_dec 7_1_4 48 bit testv/stv51MC48c.wav_sw_48-48_7_1_4.tst
+2 −2
Original line number Diff line number Diff line
@@ -34,5 +34,5 @@ absorptionCoeffs = [ 0.2, 0.1, 0.1, 0.1, 0.3, 0.1 ];
lowComplexity = TRUE;
listenerOrigin = [ 0.0, 0.0, 1.5 ];

# [general]
# binaryConfig = rend_config_ER_v0.dat;
 No newline at end of file
[general]
binaryConfig = rend_config_ER_v0.dat;
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -33,5 +33,5 @@ earlyReflectionsSize = [3.0, 3.0, 4.0];
absorptionCoeffs = [ 0.3, 0.2, 0.2, 0.2, 0.3, 0.1 ];
lowComplexity = FALSE;

# [general]
# binaryConfig = rend_config_ER_v1.dat;
 No newline at end of file
[general]
binaryConfig = rend_config_ER_v1.dat;
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -34,5 +34,5 @@ absorptionCoeffs = [ 0.3, 0.2, 0.3, 0.4, 0.3, 0.4 ];
lowComplexity = FALSE;
listenerOrigin = [0.5, -0.5, 1.5];

# [general]
# binaryConfig = rend_config_ER_v2.dat;
 No newline at end of file
[general]
binaryConfig = rend_config_ER_v2.dat;
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -34,5 +34,5 @@ absorptionCoeffs = [ 0.1, 0.2, 0.2, 0.2, 0.1, 0.1 ];
lowComplexity = TRUE;
listenerOrigin = [-1, 0.5, 1.5];

# [general]
# binaryConfig = rend_config_ER_v3.dat;
 No newline at end of file
[general]
binaryConfig = rend_config_ER_v3.dat;
 No newline at end of file