comparison CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/share/alsa/pcm/dpl.conf @ 68:5028fdace37b

planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author jpayne
date Tue, 18 Mar 2025 16:23:26 -0400
parents
children
comparison
equal deleted inserted replaced
67:0e9998148a16 68:5028fdace37b
1 pcm.!dpl {
2 @args [ SLAVE ]
3 @args.SLAVE {
4 type string
5 }
6 type route
7 slave.pcm $SLAVE
8 slave.channels 2
9 # input: FL/FR/SL/SR/C/LFE
10 # S=SL+SR, LFE not used
11 ttable.0.0 1
12 ttable.1.1 1
13 ttable.2.0 0.707
14 ttable.2.1 -0.707
15 ttable.3.0 0.707
16 ttable.3.1 -0.707
17 ttable.4.0 0.707
18 ttable.4.1 0.707
19 ttable.5.0 0
20 ttable.5.1 0
21 }
22
23 pcm.!dpl2 {
24 @args [SLAVE]
25 @args.SLAVE {
26 type string
27 }
28 type route
29 slave.pcm $SLAVE
30 slave.channels 2
31 # input: FL/FR/SL/SR/C/LFE
32 # LFE not used
33 ttable.0.0 1
34 ttable.1.1 1
35 ttable.2.0 0.866
36 ttable.2.1 -0.5
37 ttable.3.0 0.5
38 ttable.3.1 -0.866
39 ttable.4.0 0.707
40 ttable.4.1 0.707
41 ttable.5.0 0
42 ttable.5.1 0
43 }