summaryrefslogtreecommitdiff
path: root/tests/fate/filter-audio.mak
diff options
context:
space:
mode:
authorPetru Rares Sincraian <psincraian@outlook.com>2016-08-02 09:38:17 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2016-08-02 12:50:04 +0200
commit7be021d9495bb12189e2e51740a1a6e3c881007b (patch)
tree88030c0818cfaa39f9892043f6f79f2fc0e4a037 /tests/fate/filter-audio.mak
parent01f0598b18e92b34b56393f8a148faf497ae9c15 (diff)
fate: add test for tremolo filter
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate/filter-audio.mak')
-rw-r--r--tests/fate/filter-audio.mak5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/fate/filter-audio.mak b/tests/fate/filter-audio.mak
index ac4c3f47bc..d9db4949e4 100644
--- a/tests/fate/filter-audio.mak
+++ b/tests/fate/filter-audio.mak
@@ -122,6 +122,11 @@ FATE_AFILTER_SAMPLES-$(call FILTERDEMDECENCMUX, STEREOTOOLS, WAV, PCM_S16LE, PCM
fate-filter-stereotools: SRC = $(TARGET_SAMPLES)/audio-reference/luckynight_2ch_44kHz_s16.wav
fate-filter-stereotools: CMD = framecrc -i $(SRC) -aframes 20 -af stereotools=mlev=0.015625
+FATE_AFILTER-$(call FILTERDEMDECENCMUX, TREMOLO, WAV, PCM_S16LE, PCM_S16LE, WAV) += fate-filter-tremolo
+fate-filter-tremolo: tests/data/asynth-44100-2.wav
+fate-filter-tremolo: SRC = $(TARGET_PATH)/tests/data/asynth-44100-2.wav
+fate-filter-tremolo: CMD = framecrc -i $(SRC) -aframes 20 -af tremolo
+
tests/data/hls-list.m3u8: TAG = GEN
tests/data/hls-list.m3u8: ffmpeg$(PROGSSUF)$(EXESUF) | tests/data
$(M)$(TARGET_EXEC) $(TARGET_PATH)/$< \