]> git.sesse.net Git - ffmpeg/blob - tests/fate/voice.mak
g723_1: add comfort noise generation
[ffmpeg] / tests / fate / voice.mak
1 FATE_G722 += fate-g722dec-1
2 fate-g722dec-1: CMD = framecrc -i $(SAMPLES)/g722/conf-adminmenu-162.g722
3
4 FATE_G722 += fate-g722-encode
5 fate-g722-encode: tests/data/asynth-16000-1.wav
6 fate-g722-encode: SRC = tests/data/asynth-16000-1.wav
7 fate-g722-encode: CMD = enc_dec_pcm wav md5 s16le $(SRC) -c:a g722
8
9 FATE_SAMPLES_AVCONV += $(FATE_G722)
10 fate-g722: $(FATE_G722)
11
12 FATE_G723_1 += fate-g723_1-dec-1
13 fate-g723_1-dec-1: CMD = framecrc -postfilter 0 -i $(SAMPLES)/g723_1/ineqd53.tco
14
15 FATE_G723_1 += fate-g723_1-dec-2
16 fate-g723_1-dec-2: CMD = framecrc -postfilter 0 -i $(SAMPLES)/g723_1/overd53.tco
17
18 FATE_G723_1 += fate-g723_1-dec-3
19 fate-g723_1-dec-3: CMD = framecrc -postfilter 1 -i $(SAMPLES)/g723_1/overd63p.tco
20
21 FATE_G723_1 += fate-g723_1-dec-4
22 fate-g723_1-dec-4: CMD = framecrc -postfilter 0 -i $(SAMPLES)/g723_1/pathd53.tco
23
24 FATE_G723_1 += fate-g723_1-dec-5
25 fate-g723_1-dec-5: CMD = framecrc -postfilter 1 -i $(SAMPLES)/g723_1/pathd63p.tco
26
27 FATE_G723_1 += fate-g723_1-dec-6
28 fate-g723_1-dec-6: CMD = framecrc -postfilter 1 -i $(SAMPLES)/g723_1/tamed63p.tco
29
30 FATE_G723_1 += fate-g723_1-dec-7
31 fate-g723_1-dec-7: CMD = framecrc -postfilter 1 -i $(SAMPLES)/g723_1/dtx63b.tco
32
33 FATE_G723_1 += fate-g723_1-dec-8
34 fate-g723_1-dec-8: CMD = framecrc -postfilter 1 -i $(SAMPLES)/g723_1/dtx63e.tco
35
36 FATE_SAMPLES_AVCONV += $(FATE_G723_1)
37 fate-g723_1: $(FATE_G723_1)
38
39 FATE_G726 += fate-g726-encode-2bit
40 fate-g726-encode-2bit: tests/data/asynth-8000-1.wav
41 fate-g726-encode-2bit: SRC = tests/data/asynth-8000-1.wav
42 fate-g726-encode-2bit: CMD = enc_dec_pcm wav md5 s16le $(SRC) -c:a g726 -b:a 16k
43
44 FATE_G726 += fate-g726-encode-3bit
45 fate-g726-encode-3bit: tests/data/asynth-8000-1.wav
46 fate-g726-encode-3bit: SRC = tests/data/asynth-8000-1.wav
47 fate-g726-encode-3bit: CMD = enc_dec_pcm wav md5 s16le $(SRC) -c:a g726 -b:a 24k
48
49 FATE_G726 += fate-g726-encode-4bit
50 fate-g726-encode-4bit: tests/data/asynth-8000-1.wav
51 fate-g726-encode-4bit: SRC = tests/data/asynth-8000-1.wav
52 fate-g726-encode-4bit: CMD = enc_dec_pcm wav md5 s16le $(SRC) -c:a g726 -b:a 32k
53
54 FATE_G726 += fate-g726-encode-5bit
55 fate-g726-encode-5bit: tests/data/asynth-8000-1.wav
56 fate-g726-encode-5bit: SRC = tests/data/asynth-8000-1.wav
57 fate-g726-encode-5bit: CMD = enc_dec_pcm wav md5 s16le $(SRC) -c:a g726 -b:a 40k
58
59 FATE_SAMPLES_AVCONV += $(FATE_G726)
60 fate-g726: $(FATE_G726)
61
62 FATE_GSM += fate-gsm-ms
63 fate-gsm-ms: CMD = framecrc -i $(SAMPLES)/gsm/ciao.wav
64
65 FATE_GSM += fate-gsm-toast
66 fate-gsm-toast: CMD = framecrc -i $(SAMPLES)/gsm/sample-gsm-8000.mov -t 10
67
68 FATE_SAMPLES_AVCONV += $(FATE_GSM)
69 fate-gsm: $(FATE_GSM)
70
71 FATE_SAMPLES_AVCONV += fate-qcelp
72 fate-qcelp: CMD = pcm -i $(SAMPLES)/qcp/0036580847.QCP
73 fate-qcelp: CMP = oneoff
74 fate-qcelp: REF = $(SAMPLES)/qcp/0036580847.pcm
75
76 FATE_SAMPLES_AVCONV += fate-truespeech
77 fate-truespeech: CMD = pcm -i $(SAMPLES)/truespeech/a6.wav
78 fate-truespeech: CMP = oneoff
79 fate-truespeech: REF = $(SAMPLES)/truespeech/a6.pcm