From 84f9d78a9601671ea9d5ad0e4eefdfc085eadc1f Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Tue, 7 Aug 2012 19:47:55 +0200 Subject: fate: add G.723.1 decoder tests --- tests/fate/voice.mak | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'tests/fate') diff --git a/tests/fate/voice.mak b/tests/fate/voice.mak index fc0e530ee6..ea765d2e39 100644 --- a/tests/fate/voice.mak +++ b/tests/fate/voice.mak @@ -9,6 +9,27 @@ fate-g722-encode: CMD = enc_dec_pcm wav md5 s16le $(SRC) -c:a g722 FATE_SAMPLES_AVCONV += $(FATE_G722) fate-g722: $(FATE_G722) +FATE_G723_1 += fate-g723_1-dec-1 +fate-g723_1-dec-1: CMD = framecrc -postfilter 0 -i $(SAMPLES)/g723_1/ineqd53.tco + +FATE_G723_1 += fate-g723_1-dec-2 +fate-g723_1-dec-2: CMD = framecrc -postfilter 0 -i $(SAMPLES)/g723_1/overd53.tco + +FATE_G723_1 += fate-g723_1-dec-3 +fate-g723_1-dec-3: CMD = framecrc -postfilter 1 -i $(SAMPLES)/g723_1/overd63p.tco + +FATE_G723_1 += fate-g723_1-dec-4 +fate-g723_1-dec-4: CMD = framecrc -postfilter 0 -i $(SAMPLES)/g723_1/pathd53.tco + +FATE_G723_1 += fate-g723_1-dec-5 +fate-g723_1-dec-5: CMD = framecrc -postfilter 1 -i $(SAMPLES)/g723_1/pathd63p.tco + +FATE_G723_1 += fate-g723_1-dec-6 +fate-g723_1-dec-6: CMD = framecrc -postfilter 1 -i $(SAMPLES)/g723_1/tamed63p.tco + +FATE_SAMPLES_AVCONV += $(FATE_G723_1) +fate-g723_1: $(FATE_G723_1) + FATE_G726 += fate-g726-encode-2bit fate-g726-encode-2bit: tests/data/asynth-8000-1.wav fate-g726-encode-2bit: SRC = tests/data/asynth-8000-1.wav -- cgit v1.2.3