Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- defaults.pcm.card 0
- defaults.pcm.device 0
- defaults.ctl.card 0
- pcm.dmixed {
- type asym
- ipc_key 1024
- slave {
- pcm "hw:0"
- period_time 0
- period_size 2048
- buffer_size 8192
- #format "S16_LE"
- channels 6
- rate 48000
- }
- bindings {
- 0 0
- 1 1
- }
- }
- pcm.dsp {
- type plug
- slave.pcm "dmixer"
- }
- ctl.dmixer {
- type hw
- card 0
- }
- pcm.!default {
- type route
- #slave.pcm "dmixed"
- slave.pcm surround51
- slave.channels 6
- route_policy default
- ttable.0.0 1
- ttable.1.1 1
- ttable.0.2 1
- ttable.1.3 1
- ttable.0.4 1
- ttable.1.5 1
- }
- pcm.!default{
- type hw
- card 0
- }
- ctl.!default {
- type hw
- card 0
- }
- pcm.!default {
- type plug
- slave.pcm "plugequal";
- }
- pcm.equalized {
- type ladspa
- slave.pcm "plug:dmix";
- path "/usr/lib64/ladspa";
- plugins [
- {
- id 1773
- input {
- controls [ -5 -5 -5 -5 -5 -5 1 3 7 1 ]
- }
- }
- ]
- }
- pcm.!default {
- type plug
- slave.pcm "plugequal";
- }
- ctl.equal {
- type equal;
- }
- pcm.plugequal {
- type equal;
- slave.pcm "plug:dmix";
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement