Commit 36d36016 authored by vaclav's avatar vaclav
Browse files

Merge branch '118-bitrate-range-for-dtx-support' of...

Merge branch '118-bitrate-range-for-dtx-support' of https://forge.3gpp.org/rep/ivas-codec-pc/ivas-codec into 118-bitrate-range-for-dtx-support
parents 1fffb78d 96bd2e89
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -89,6 +89,10 @@ def test_sba_plc_system(
    fs,
    agc
):
    if dtx == '1' and ivas_br not in ['32000', '64000']:
        # skip high bitrates for DTX until DTX issue is resolved
        pytest.skip()

    tag = tag + fs + 'c'

    # dec
+4 −0
Original line number Diff line number Diff line
@@ -163,6 +163,10 @@ def test_sba_enc_system(
    fs,
    agc,
):
    if dtx == '1' and ivas_br not in ['32000', '64000']:
        # skip high bitrates for DTX until DTX issue is resolved
        pytest.skip()

    tag = tag + fs + 'c'
    max_bw = "FB"
    bypass = -1