Skip to content

Instantly share code, notes, and snippets.

@evanpurkhiser
Created May 19, 2013 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evanpurkhiser/5607906 to your computer and use it in GitHub Desktop.
Save evanpurkhiser/5607906 to your computer and use it in GitHub Desktop.
pcm.!default {
type plug
slave.pcm "dmixer"
}
pcm.dmixer {
type dmix
ipc_key 1024
ipc_key_add_uid 0
ipc_perm 0666
slave {
pcm "hw:0,3"
period_time 0
period_size 1024
buffer_size 8192
rate 48000
}
}
ctl.dmixer {
type hw
card 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment