From 94c543e0d7e6fc6bc2eb46b753244c45fa07a3c1 Mon Sep 17 00:00:00 2001 From: Gerhard Sittig Date: Mon, 20 Jul 2020 22:47:06 +0200 Subject: sirc: introduce test for Sony IR (SIRC) --- decoder/test/ir_sirc/test.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 decoder/test/ir_sirc/test.conf (limited to 'decoder/test/ir_sirc/test.conf') diff --git a/decoder/test/ir_sirc/test.conf b/decoder/test/ir_sirc/test.conf new file mode 100644 index 0000000..50bcf32 --- /dev/null +++ b/decoder/test/ir_sirc/test.conf @@ -0,0 +1,14 @@ +test exception_samplerate + protocol-decoder ir_sirc + input misc/no-samplerate.sr + output ir_sirc exception match SamplerateError + +test sirc_1 + protocol-decoder ir_sirc channel ir=0 + input ir/sirc/sirc-1.sr + output ir_sirc annotation match sirc_1.output + +test sirc_2 + protocol-decoder ir_sirc channel ir=0 + input ir/sirc/sirc-2.sr + output ir_sirc annotation match sirc_2.output -- cgit v1.2.3-54-g00ecf