From ad96eb8290d9f64cd58b8f818e410a43b20a1b57 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 24 Nov 2019 19:10:35 +0100 Subject: tdm_audio: Add two initial test-cases. --- decoder/test/tdm_audio/test.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 decoder/test/tdm_audio/test.conf (limited to 'decoder/test/tdm_audio/test.conf') diff --git a/decoder/test/tdm_audio/test.conf b/decoder/test/tdm_audio/test.conf new file mode 100644 index 0000000..ef12748 --- /dev/null +++ b/decoder/test/tdm_audio/test.conf @@ -0,0 +1,9 @@ +test tdm-4ch-16bit-cap1 + protocol-decoder tdm_audio channel clock=3 channel frame=2 channel data=1 + input tdm_audio/tdm-4ch-16bit-cap1.sr + output tdm_audio annotation match tdm-4ch-16bit-cap1.output + +test tdm-8ch-16bit-cap1 + protocol-decoder tdm_audio channel clock=3 channel frame=2 channel data=1 + input tdm_audio/tdm-8ch-16bit-cap1.sr + output tdm_audio annotation match tdm-8ch-16bit-cap1.output -- cgit v1.2.3-54-g00ecf