mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-04 18:45:52 +00:00
63ad875f83
These are necessary to redirect audio output from programs using ALSA to the pulseaudio daemon.
10 lines
101 B
Plaintext
10 lines
101 B
Plaintext
# set up the pulse device as the default
|
|
|
|
pcm.!default {
|
|
type pulse
|
|
}
|
|
|
|
ctl.!default {
|
|
type pulse
|
|
}
|