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 94EE74A458 for ; Thu, 28 Mar 2024 08:22:37 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5879768D72E; Thu, 28 Mar 2024 10:22:34 +0200 (EET) Received: from mail0.khirnov.net (red.khirnov.net [176.97.15.12]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 9F3E868D718 for ; Thu, 28 Mar 2024 10:22:27 +0200 (EET) Authentication-Results: mail0.khirnov.net; dkim=pass (2048-bit key; unprotected) header.d=khirnov.net header.i=@khirnov.net header.a=rsa-sha256 header.s=mail header.b=Qo22L0eE; dkim-atps=neutral Received: from localhost (localhost [IPv6:::1]) by mail0.khirnov.net (Postfix) with ESMTP id 54DD0240DAC for ; Thu, 28 Mar 2024 09:22:27 +0100 (CET) Received: from mail0.khirnov.net ([IPv6:::1]) by localhost (mail0.khirnov.net [IPv6:::1]) (amavis, port 10024) with ESMTP id EtyY10_AyG23 for ; Thu, 28 Mar 2024 09:22:25 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=khirnov.net; s=mail; t=1711614144; bh=xUes/g0tkIfjYtXw/yBpxFeQWhCfPVzWKn/L/bvOb9I=; h=Subject:From:To:In-Reply-To:References:Date:From; b=Qo22L0eEH1ECG0TTS7YCXaRsmTmpaGEddEDWJ1ln4aL+qUmam5+LDvbi4puSdTpuM mjmQpommq3NujDwqwfiWVVjGOcpFj0IQujq6kUyaHLR/2Piulaij0YIpCQNyg7eEI7 Uq0qOZ2yiVWMJ2bvGT1Ckfzvv6IZfupYDL5d7ImsKlZPoVp0n0+cQ2Xodn83EUIR3F diSUk4ObvqVGwAz6w32GcyqlEyhGRpl85x4wAauW3FwDxzQ/YxtEd6NDwydkutunAY tCCruakv7H7wYqk5t5hw0PdcUzBGrSoNfVlCs1zVIDbbP5sUQ98lPG3tjl35DbuayW T4lB7aYAsCWdw== Received: from lain.khirnov.net (lain.khirnov.net [IPv6:2001:67c:1138:4306::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "lain.khirnov.net", Issuer "smtp.khirnov.net SMTP CA" (verified OK)) by mail0.khirnov.net (Postfix) with ESMTPS id E7D0B2404AF for ; Thu, 28 Mar 2024 09:22:24 +0100 (CET) Received: by lain.khirnov.net (Postfix, from userid 1000) id C660B1601B9; Thu, 28 Mar 2024 09:22:24 +0100 (CET) From: Anton Khirnov To: FFmpeg development discussions and patches In-Reply-To: <8cce4088-95f1-4875-b8ef-95a6360428f6@gmail.com> References: <8cce4088-95f1-4875-b8ef-95a6360428f6@gmail.com> Mail-Followup-To: FFmpeg development discussions and patches Date: Thu, 28 Mar 2024 09:22:24 +0100 Message-ID: <171161414478.7287.1912641689309567433@lain.khirnov.net> User-Agent: alot/0.8.1 MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH] V2 tests/fate/filter-audio.mak: add test for ATEMPO audio filter 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: Quoting Rajiv Harlalka (2024-03-21 11:13:46) > Please find an updated patch for tests on the atempo audio filter > > From 30475d6f076d5236ee534002fffb01958ef0dfc1 Mon Sep 17 00:00:00 2001 > From: Rajiv Harlalka > Date: Thu, 21 Mar 2024 13:35:29 +0530 > Subject: [PATCH v2] tests/fate/filter-audio.mak: add test for ATEMPO audio > filter > > Signed-off-by: Rajiv Harlalka > --- > tests/fate/filter-audio.mak | 3 ++ > tests/ref/fate/filter-atempo | 70 ++++++++++++++++++++++++++++++++++++ > 2 files changed, 73 insertions(+) > create mode 100644 tests/ref/fate/filter-atempo > > diff --git a/tests/fate/filter-audio.mak b/tests/fate/filter-audio.mak > index 308969c4ac..469c784e87 100644 > --- a/tests/fate/filter-audio.mak > +++ b/tests/fate/filter-audio.mak > @@ -414,6 +414,9 @@ fate-filter-hdcd-s32p: CMD = md5 -i $(SRC) -af hdcd -f s32le > fate-filter-hdcd-s32p: CMP = oneline > fate-filter-hdcd-s32p: REF = 0c5513e83eedaa10ab6fac9ddc173cf5 > > +FATE_AFILTER_SAMPLES-$(call FILTERDEMDECENCMUX, ATEMPO, WAV, PCM_S16LE, PCM_S16LE, WAV) += fate-filter-atempo > +fate-filter-atempo: CMD = framecrc -i $(TARGET_PATH)/tests/data/asynth-44100-1.wav -af "atempo=2.0" -ar 44100 atempo uses floats for processing, are you sure this will produce exactly the same results everywhere? -- Anton Khirnov _______________________________________________ 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".