]> sigrok.org Git - sigrok-test.git/blob - decoder/test/i2s/test.conf
i2s: add test for stream without sample rate
[sigrok-test.git] / decoder / test / i2s / test.conf
1 test 2ch-16bit-16khz
2         protocol-decoder i2s channel sck=0 channel ws=1 channel sd=2
3         input i2s/2ch-16bit-16khz/2ch-16bit-16khz.sr
4         output i2s annotation match 2ch-16bit-16khz.output
5         output i2s python match 2ch-16bit-16khz.python
6         output i2s binary class wav match 2ch-16bit-16khz.bin_wav
7
8 test 2ch-16bit-16khz-no-samplerate
9         protocol-decoder i2s channel sck=0 channel ws=1 channel sd=2
10         input i2s/2ch-16bit-16khz/2ch-16bit-16khz-no-samplerate.sr
11         output i2s annotation match 2ch-16bit-16khz-no-samplerate.output
12         output i2s python match 2ch-16bit-16khz-no-samplerate.python
13         output i2s binary class wav match 2ch-16bit-16khz-no-samplerate.bin_wav