Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Using pulseaudio now
Primarily to be able to run skype with docker (via the pulseaudio
server)
  • Loading branch information
crodjer committed Jun 23, 2015
1 parent 7afa53d commit 8b4184c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .asoundrc
@@ -1,3 +1,18 @@
# Use PulseAudio by default
pcm.!default {
type pulse
fallback "sysdefault"
hint {
show on
description "Default ALSA Output (currently PulseAudio Sound Server)"
}
}

ctl.!default {
type pulse
fallback "sysdefault"
}

# pcm.!default {
# type plug
# slave.pcm "softvol"
Expand Down

0 comments on commit 8b4184c

Please sign in to comment.