From 02bb64849ab0bcbce39534c5a22c67282f611119 Mon Sep 17 00:00:00 2001 From: Peter Ross Date: Fri, 20 Dec 2024 18:32:45 +1100 Subject: [PATCH] tests/fate/audio: G.728 test case --- tests/fate/audio.mak | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/fate/audio.mak b/tests/fate/audio.mak index 1a2d07304b..c21578947a 100644 --- a/tests/fate/audio.mak +++ b/tests/fate/audio.mak @@ -42,6 +42,12 @@ fate-dsf-dst: CMD = pcm -i $(TARGET_SAMPLES)/dst/dst-64fs44-2ch.dff fate-dsf-dst: CMP = oneoff fate-dsf-dst: REF = $(SAMPLES)/dst/dst-64fs44-2ch.pcm +FATE_SAMPLES_AUDIO-$(call PCM, G728, G728, ARESAMPLE_FILTER) += fate-g728 +fate-g728: CMD = pcm -i $(TARGET_SAMPLES)/g728/CW3.g728 +fate-g728: REF = $(SAMPLES)/g728/OUTA3.BIN +fate-g728: CMP = oneoff +fate-g728: FUZZ = 5 + FATE_SAMPLES_AUDIO-$(call PCM, AVI, IMC, ARESAMPLE_FILTER) += fate-imc fate-imc: CMD = pcm -i $(TARGET_SAMPLES)/imc/imc.avi fate-imc: CMP = oneoff