Skip to content

Instantly share code, notes, and snippets.

@kfl62
Created March 5, 2009 05:33
Show Gist options
  • Save kfl62/74209 to your computer and use it in GitHub Desktop.
Save kfl62/74209 to your computer and use it in GitHub Desktop.
openSuSE 11.1, kde 4.2.1 phonon, alsa, mpd, vlc, mplayer
#openSuSE 11.1, kde 4.2.1 phonon, alsa, mpd, vlc, mplayer
#md.conf http://gist.github.com/74213 , vlc, mplayer works with defaults
pcm.!default {
type plug
slave.pcm "dmixer"
}
pcm.dsp0 {
type plug
slave.pcm "dmixer"
}
pcm.dmixer {
type dmix
ipc_key 1024
ipc_perm 0666
slave {
pcm "hw:0,0"
period_time 0
period_size 1024
buffer_size 8192
#periods 128
rate 44100
}
bindings {
0 0
1 1
}
hint {
show on
description "Alsa dmixer"
}
}
ctl.mixer0 {
type hw
card 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment