Skip to content

Instantly share code, notes, and snippets.

@Langerz82
Created February 11, 2023 05:19
Show Gist options
  • Save Langerz82/ac86623ce9cf75899637cf6e9b092b59 to your computer and use it in GitHub Desktop.
Save Langerz82/ac86623ce9cf75899637cf6e9b092b59 to your computer and use it in GitHub Desktop.
pcm.!default {
type plug
slave.pcm "dmixer"
}
pcm.dmixer {
type dmix
ipc_key 1024
slave {
pcm "hw:0,0"
period_time 0
period_size 1024
buffer_size 4096
rate 44100
}
slave {
pcm "hw:0,1"
period_time 0
period_size 1024
buffer_size 4096
rate 44100
}
bindings {
0 0
1 1
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment