From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id C23674403A for ; Fri, 23 Sep 2022 19:04:43 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D6F7868BC11; Fri, 23 Sep 2022 22:04:40 +0300 (EEST) Received: from mail-qv1-f54.google.com (mail-qv1-f54.google.com [209.85.219.54]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8235368BB7F for ; Fri, 23 Sep 2022 22:04:34 +0300 (EEST) Received: by mail-qv1-f54.google.com with SMTP id ml1so542706qvb.1 for ; Fri, 23 Sep 2022 12:04:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date; bh=cb0gfn505VhCIkT05fPPCzRTFUfQDRuhbEpCiPNeTHc=; b=qB0zHKD/awPOw9+ASm+NnsCgC4zhz+yv362nAbjtXniT1uQyrHPBDaEN+QRd72BmvE HDSpICaiFrL3GUtshOLmALwCxUuJZDs3HZ8tqQJzL+7enRtgvcqSr6boSIkFyLf8Nwcs q0Q5MbRO+g/EFh4iQknOzOD0AMDj3IHqPaei2DoqX3/O9FTadivbAQpFwRbfOLvizSRx k9aXtSortO9wUjYMkoXttAsMzbHB0fS3UrFikHhFxAoLrOvw6Vj1hC3qWH8kHPdSytaF ofvsLYlfxVLxoGUTtZaewjSFhasr5KXupJjcaEAi28Pc+eRsZxsoZVLrkbrFa9igAt6e W6JA== X-Gm-Message-State: ACrzQf3gYSsE48sKKviGrEGf75mlaZH6sNb2hAE8SyG8lwuz4LmN2FXj Io7jO6k2FNHYgvmWqm6mI5w+YQXdek1Wpg== X-Google-Smtp-Source: AMsMyM6ByTk/y6apQ2oXkVmYRger2Wv903KYqJ40ZucfizAitoB/4tpmfbuFUlAZJFwFkNiLLK2R4g== X-Received: by 2002:a05:6214:d41:b0:4ac:c637:3421 with SMTP id 1-20020a0562140d4100b004acc6373421mr7968469qvr.33.1663959872391; Fri, 23 Sep 2022 12:04:32 -0700 (PDT) Received: from mail-yw1-f173.google.com (mail-yw1-f173.google.com. [209.85.128.173]) by smtp.gmail.com with ESMTPSA id bk14-20020a05620a1a0e00b006b5df4d2c81sm6055615qkb.94.2022.09.23.12.04.32 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 23 Sep 2022 12:04:32 -0700 (PDT) Received: by mail-yw1-f173.google.com with SMTP id 00721157ae682-3378303138bso8766097b3.9 for ; Fri, 23 Sep 2022 12:04:32 -0700 (PDT) X-Received: by 2002:a0d:f904:0:b0:345:4639:8253 with SMTP id j4-20020a0df904000000b0034546398253mr10156773ywf.438.1663959871653; Fri, 23 Sep 2022 12:04:31 -0700 (PDT) MIME-Version: 1.0 References: <20220831183207.2703227-1-tmatth@videolan.org> <20220908195737.1618147-1-tmatth@videolan.org> In-Reply-To: From: Tristan Matthews Date: Fri, 23 Sep 2022 15:04:17 -0400 X-Gmail-Original-Message-ID: Message-ID: To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH 1/1] fate/opus: add silk LBRR test (refs #9890) X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On Fri, Sep 23, 2022 at 8:15 AM Andreas Rheinhardt wrote: > > Tristan Matthews: > > On Thu, Sep 8, 2022 at 3:58 PM Tristan Matthews wrote: > > > >> This adds a fate test for a sample with LBRR packets. > >> > >> It requires that these files be uploaded: > >> https://people.videolan.org/~tmatth/9890-fate/silk-lbrr.mka > >> https://people.videolan.org/~tmatth/9890-fate/silk-lbrr.dec > >> > >> --- > >> tests/fate/opus.mak | 3 ++- > >> 1 file changed, 2 insertions(+), 1 deletion(-) > >> > >> diff --git a/tests/fate/opus.mak b/tests/fate/opus.mak > >> index 573044ed15..7d359f414a 100644 > >> --- a/tests/fate/opus.mak > >> +++ b/tests/fate/opus.mak > >> @@ -4,7 +4,7 @@ > >> > >> OPUS_CELT_SAMPLES = $(addprefix testvector, 01 11) tron.6ch.tinypkts > >> OPUS_HYBRID_SAMPLES = $(addprefix testvector, 05 06) > >> -OPUS_SILK_SAMPLES = $(addprefix testvector, 02 03 04) > >> +OPUS_SILK_SAMPLES = $(addprefix testvector, 02 03 04) silk-lbrr > >> OPUS_OTHER_SAMPLES = $(addprefix testvector, 07 08 09 10 12) > >> > >> define FATE_OPUS_TEST > >> @@ -33,6 +33,7 @@ fate-opus-testvector09: CMP_TARGET = 0 > >> fate-opus-testvector10: CMP_TARGET = 38 > >> fate-opus-testvector11: CMP_TARGET = 0 > >> fate-opus-testvector12: CMP_TARGET = 160 > >> +fate-opus-silk-lbrr: CMP_TARGET = 0 > >> fate-opus-tron.6ch.tinypkts: CMP_SHIFT = 1440 > >> fate-opus-tron.6ch.tinypkts: CMP_TARGET = 0 > >> > >> -- > >> 2.34.1 > >> > > > > > > Sorry this was supposed to be in response to > > http://ffmpeg.org/pipermail/ffmpeg-devel/2022-August/300758.html (as it > > depends on it) but I screwed up the git-send-email. > > > > Does this sample have to be so long? I've shortened it from 4 seconds to 1 second (which is still long enough to hear the bug when using an older build). Note that most of the opus test vectors are on the order of 25 seconds. Best, Tristan > > - Andreas > _______________________________________________ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".