Added sysdweb

This commit is contained in:
Martin Bauer
2020-05-02 11:21:52 +02:00
parent 4308dae03d
commit caf6232dfb
56 changed files with 243 additions and 386 deletions

View File

@@ -0,0 +1,58 @@
pcm.soundcard {
type hw
card {{alsa_card_name}}
}
ctl.dmixer {
type hw
card {{alsa_card_name}}
}
pcm.dmixer {
type dmix
ipc_key 1024
slave {
pcm "soundcard"
channels 2
}
}
pcm.dmixer_plug {
type plug
slave {
pcm "dmixer"
}
}
pcm.softvol_shairport {
type softvol
slave {
pcm "dmixer_plug"
}
control {
name "ShairPort-Sync Volume"
card 0
}
}
pcm.softvol_squeezelite {
type softvol
slave {
pcm "dmixer_plug"
}
control {
name "SqueezeLite Volume"
card 0
}
}
pcm.softvol_effects {
type softvol
slave {
pcm "dmixer_plug"
}
control {
name "Effect Volume"
card 0
}
}