mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-05 18:33:17 +00:00
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
|
|
}
|