Loading...
Note: File does not exist in v3.15.
1pcm.test.time1 {
2 description "8kHz mono large periods"
3 format S16_LE
4 alt_formats [ S32_LE ]
5 rate 8000
6 channels 1
7 period_size 8000
8 buffer_size 32000
9}
10pcm.test.time2 {
11 description "8kHz stereo large periods"
12 format S16_LE
13 alt_formats [ S32_LE ]
14 rate 8000
15 channels 2
16 period_size 8000
17 buffer_size 32000
18}
19pcm.test.time3 {
20 description "44.1kHz stereo large periods"
21 format S16_LE
22 alt_formats [ S32_LE ]
23 rate 44100
24 channels 2
25 period_size 22500
26 buffer_size 192000
27}
28pcm.test.time4 {
29 description "48kHz stereo small periods"
30 format S16_LE
31 alt_formats [ S32_LE ]
32 rate 48000
33 channels 2
34 period_size 512
35 buffer_size 4096
36}
37pcm.test.time5 {
38 description "48kHz stereo large periods"
39 format S16_LE
40 alt_formats [ S32_LE ]
41 rate 48000
42 channels 2
43 period_size 24000
44 buffer_size 192000
45}
46pcm.test.time6 {
47 description "48kHz 6 channel large periods"
48 format S16_LE
49 alt_formats [ S32_LE ]
50 rate 48000
51 channels 2
52 period_size 48000
53 buffer_size 576000
54}
55pcm.test.time7 {
56 description "96kHz stereo large periods"
57 format S16_LE
58 alt_formats [ S32_LE ]
59 rate 96000
60 channels 2
61 period_size 48000
62 buffer_size 192000
63}