Commit afaa34db authored by BOHMRR's avatar BOHMRR
Browse files

skip more high bitrate DTX tests

parent 36d36016
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -267,9 +267,10 @@
../IVAS_cod -stereo ../scripts/switchPaths/sw_13k2_to_128k_10fr.bin 32 testv/stvST32c.pcm bit
../IVAS_dec STEREO 32 bit testv/stvST48c.pcm_stereo_sw_32-32.tst

// disabled until high bitrate DTX issue is fixed
// stereo bitrate switching from 13.2 kbps to 128 kbps, 48kHz in, 48kHz out, DTX on, MONO out
../IVAS_cod -dtx -stereo ../scripts/switchPaths/sw_13k2_to_128k_10fr.bin 48 testv/stvST48n.pcm bit
../IVAS_dec MONO 48 bit testv/stvST48n.pcm_stereo_sw_48-48_DTX_MONO.tst
//../IVAS_cod -dtx -stereo ../scripts/switchPaths/sw_13k2_to_128k_10fr.bin 48 testv/stvST48n.pcm bit
//../IVAS_dec MONO 48 bit testv/stvST48n.pcm_stereo_sw_48-48_DTX_MONO.tst


// 1 ISm with metadata at 13.2 kbps, 48 kHz in, 48 kHz out, MONO out
+4 −0
Original line number Diff line number Diff line
@@ -365,6 +365,10 @@ def test_sba_enc_BWforce_system(
    tag,
    sample_rate_bw_idx,
):
    if dtx == '1' and ivas_br not in ['32000', '64000']:
        # skip high bitrates for DTX until DTX issue is resolved
        pytest.skip()

    fs = sample_rate_bw_idx[0]
    bw = sample_rate_bw_idx[1]
    tag = tag + fs + 'c'