Commit 7a2247e2 authored by norvell's avatar norvell
Browse files

Merge branch 'ci/extend-tdrend-coverage' into 'main'

[CI] Add testcase for TD renderer for increased coverage

See merge request !2396
parents 4a89fac4 9e3d1559
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -365,6 +365,10 @@ eid-xor -fer -vbr -bs g192 -ep g192 bit ../scripts/dly_error_profiles/ep_5pct.g1
../IVAS_cod -ism +1 testv/stvISM1.csv 64000 48 testv/stv1ISM48s.wav bit
../IVAS_dec -render_config testv/config_directivity_txt.cfg -dpid 2 BINAURAL 48 bit stv1ISM48s.wav_64000_48-48_render_config_directivity_txt_dpid_2_binaural.tst

// 1 ISM at 24.4 kbps, 16 kHz in, 16 kHz out, BINAURAL out (Model from file), LR-toggle 
../IVAS_cod -ism 1 testv/stvISM1_90deg_toggle.csv 24400 16 testv/stv1ISM16s.wav bit
../IVAS_dec -hrtf ../scripts/binauralRenderer_interface/binaural_renderers_hrtf_data/tdrend_test_16kHz.bin BINAURAL 16 bit stv1ISM16s.wav_24400_16-16_LR-toggle.tst

// 2 ISM with metadata at 16.4 kbps, 48 kHz in, 48 kHz out, STEREO out
../IVAS_cod -ism 2 testv/stvISM1.csv testv/stvISM2.csv 16400 48 testv/stv2ISM48s.wav bit
../IVAS_dec STEREO 48 bit testv/stv2ISM48s.wav_16400_48-48_STEREO.tst
+3 −0
Original line number Diff line number Diff line
@@ -365,6 +365,9 @@ eid-xor -fer -vbr -bs g192 -ep g192 bit ../scripts/dly_error_profiles/ep_5pct.g1
// 1 ISM with extended metadata at 64 kbps, 48 kHz in, 48 kHz out, BINAURAL out, rendconf dir w id
../IVAS_cod -ism +1 testv/ltvISM1.csv 64000 48 testv/ltv48_1ISM.wav bit
../IVAS_dec -render_config testv/config_directivity_txt.cfg -dpid 2 BINAURAL 48 bit ltv48_1ISM.wav_64000_48-48_render_config_directivity_txt_dpid_2_binaural.tst
// 1 ISM at 24.4 kbps, 16 kHz in, 16 kHz out, BINAURAL out (Model from file), LR-toggle 
../IVAS_cod -ism 1 testv/stvISM1_90deg_toggle.csv 24400 16 testv/stv1ISM16s.wav bit
../IVAS_dec -hrtf ../scripts/binauralRenderer_interface/binaural_renderers_hrtf_data/tdrend_test_16kHz.bin BINAURAL 16 bit stv1ISM16s.wav_24400_16-16_LR-toggle.tst

// 2 ISM with metadata at 16.4 kbps, 48 kHz in, 48 kHz out, STEREO out
../IVAS_cod -ism 2 testv/ltvISM1.csv testv/ltvISM2.csv 16400 48 testv/ltv48_2ISM.wav bit
+1500 −0

File added.

Preview size limit exceeded, changes collapsed.