diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-08-23 19:51:11 +0200 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2012-08-30 18:21:12 +0200 |
commit | 04fc5c6bde5da842e8b40a9a76eb72c8327ae40b (patch) | |
tree | 28df12f60dbde1e9359636a3bb75903f3d286b8f /tests/fate/voice.mak | |
parent | 040405b59efeb3bdc44accdfb93841e7fed5f6be (diff) | |
download | ffmpeg-04fc5c6bde5da842e8b40a9a76eb72c8327ae40b.tar.gz |
g723_1: add comfort noise generation
Diffstat (limited to 'tests/fate/voice.mak')
-rw-r--r-- | tests/fate/voice.mak | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/fate/voice.mak b/tests/fate/voice.mak index ea765d2e39..b9b8aa6aae 100644 --- a/tests/fate/voice.mak +++ b/tests/fate/voice.mak @@ -27,6 +27,12 @@ fate-g723_1-dec-5: CMD = framecrc -postfilter 1 -i $(SAMPLES)/g723_1/pathd63p.tc FATE_G723_1 += fate-g723_1-dec-6 fate-g723_1-dec-6: CMD = framecrc -postfilter 1 -i $(SAMPLES)/g723_1/tamed63p.tco +FATE_G723_1 += fate-g723_1-dec-7 +fate-g723_1-dec-7: CMD = framecrc -postfilter 1 -i $(SAMPLES)/g723_1/dtx63b.tco + +FATE_G723_1 += fate-g723_1-dec-8 +fate-g723_1-dec-8: CMD = framecrc -postfilter 1 -i $(SAMPLES)/g723_1/dtx63e.tco + FATE_SAMPLES_AVCONV += $(FATE_G723_1) fate-g723_1: $(FATE_G723_1) |