blob: 6f3be39df3394579622135c7398f41c32dc76994 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
test exception_samplerate
protocol-decoder spdif
input misc/no-samplerate.sr
output spdif exception match SamplerateError
test 2ch-16bit-48khz
protocol-decoder spdif channel data=0 initial_pin data=0
input spdif/2ch-16bit-48khz/2ch-16bit-48khz.sr
output spdif annotation match 2ch-16bit-48khz.output
test spdif_16mhz_44khz
protocol-decoder spdif channel data=6
input spdif/more/spdif_16mhz_44khz.sr
output spdif exception match SamplerateError
test spdif_16mhz_44khz_3
protocol-decoder spdif channel data=6
input spdif/more/spdif_16mhz_44khz_3.sr
output spdif exception match SamplerateError
test spdif_24mhz_44khz_1
protocol-decoder spdif channel data=6
input spdif/more/spdif_24mhz_44khz_1.sr
output spdif annotation match spdif_24mhz_44khz_1.output
|