diff options
author | Petru Rares Sincraian <psincraian@outlook.com> | 2016-05-28 17:20:25 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-05-28 22:09:17 +0200 |
commit | af56d0dffa3e3ff0649703a2a1f7669fe918ba29 (patch) | |
tree | 0a2bf0647d910fd77e35225658d09f57c18fe91c /tests/fate | |
parent | d1520a6cfd8189d7c5a9e3be4f376d4c13bf8fce (diff) | |
download | ffmpeg-af56d0dffa3e3ff0649703a2a1f7669fe918ba29.tar.gz |
fate: add aemphasis test
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/filter-audio.mak | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/fate/filter-audio.mak b/tests/fate/filter-audio.mak index 5e5f1f9e1a..a87452fb70 100644 --- a/tests/fate/filter-audio.mak +++ b/tests/fate/filter-audio.mak @@ -8,6 +8,18 @@ fate-filter-aecho: tests/data/asynth-44100-2.wav fate-filter-aecho: SRC = $(TARGET_PATH)/tests/data/asynth-44100-2.wav fate-filter-aecho: CMD = framecrc -i $(SRC) -af aecho=0.5:0.5:32:0.5 +FATE_FILTER_AEMPHASIS += fate-filter-aemphasis-50fm +fate-filter-aemphasis-50fm: tests/data/asynth-44100-2.wav +fate-filter-aemphasis-50fm: SRC = $(TARGET_PATH)/tests/data/asynth-44100-2.wav +fate-filter-aemphasis-50fm: CMD = framecrc -i $(SRC) -af aemphasis=1:5:reproduction:50fm + +FATE_FILTER_AEMPHASIS += fate-filter-aemphasis-75kf +fate-filter-aemphasis-75kf: tests/data/asynth-44100-2.wav +fate-filter-aemphasis-75kf: SRC = $(TARGET_PATH)/tests/data/asynth-44100-2.wav +fate-filter-aemphasis-75kf: CMD = framecrc -i $(SRC) -af aemphasis=2:8:reproduction:75kf + +FATE_AFILTER-$(call FILTERDEMDECENCMUX, AEMPHASIS, WAV, PCM_S16LE, PCM_S16LE, WAV) += $(FATE_FILTER_AEMPHASIS) + tests/data/hls-list.m3u8: TAG = GEN tests/data/hls-list.m3u8: ffmpeg$(PROGSSUF)$(EXESUF) | tests/data $(M)$(TARGET_EXEC) $(TARGET_PATH)/$< \ |