Skip to content

Commit 095c499

Browse files
author
falkTX
committed
Assume user wants pulseaudio bridged
1 parent df3d5c9 commit 095c499

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

config/asoundrc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
pcm.!default {
2+
type plug
3+
slave { pcm "pulse" }
4+
}
5+
6+
pcm.pulse {
7+
type pulse
8+
}
9+
10+
ctl.mixer0 {
11+
type hw
12+
card 0
13+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[A2J]
2+
AutoStart=true
3+
ExportHW=true
4+
5+
[ALSA-Audio]
6+
BridgeIndexType=3
7+
8+
[JACK]
9+
AutoStart=true
10+
11+
[Pulse2JACK]
12+
AutoStart=true
13+
PlaybackModeOnly=false

welcome/welcome.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
)
4242

4343
CONFIG_ALL = (
44-
#"asoundrc",
44+
"asoundrc",
4545
"bash_aliases",
4646
"jackdrc",
4747
"lmmsrc.xml",
@@ -57,7 +57,7 @@
5757
"pulse/daemon.conf",
5858

5959
"config/audacious/config",
60-
#"config/Cadence/GlobalSettings.conf",
60+
"config/Cadence/GlobalSettings.conf",
6161
"config/jack/conf.xml",
6262
"config/KXStudio/Welcome.conf",
6363
"config/linuxsampler.org/Qsampler.conf",

0 commit comments

Comments
 (0)