X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=decoder%2Ftest%2Fi2s%2Ftest.conf;h=73d11f94d5a59b9261d3b11e8c9720ca50730138;hb=5e7ffb4c94dbeb13711a9dc20001e7a097b11731;hp=94accee4c2dd9a001b627d80e445f4071be53226;hpb=2ab79957c03e4aeb3c3dfaf83482e696258d5656;p=sigrok-test.git diff --git a/decoder/test/i2s/test.conf b/decoder/test/i2s/test.conf index 94accee..73d11f9 100644 --- a/decoder/test/i2s/test.conf +++ b/decoder/test/i2s/test.conf @@ -1,4 +1,13 @@ -test exception_samplerate - protocol-decoder i2s - input misc/no-samplerate.sr - output i2s exception match SamplerateError +test 2ch-16bit-16khz + protocol-decoder i2s channel sck=0 channel ws=1 channel sd=2 + input i2s/2ch-16bit-16khz/2ch-16bit-16khz.sr + output i2s annotation match 2ch-16bit-16khz.output + output i2s python match 2ch-16bit-16khz.python + output i2s binary class wav match 2ch-16bit-16khz.bin_wav + +test 2ch-16bit-16khz-no-samplerate + protocol-decoder i2s channel sck=0 channel ws=1 channel sd=2 + input i2s/2ch-16bit-16khz/2ch-16bit-16khz-no-samplerate.sr + output i2s annotation match 2ch-16bit-16khz-no-samplerate.output + output i2s python match 2ch-16bit-16khz-no-samplerate.python + output i2s binary class wav match 2ch-16bit-16khz-no-samplerate.bin_wav