Thread: .asoundrc
View Single Post
  #5 (permalink)  
Old 17-Sep-2007, 20:46
Sandlst
Guest
 
Posts: n/a
Default

This is the .asoundrc I use to make my Intel sound card (82801G ICH7 Family High Definition Audio Controller) work with some sdl apps and mix better.
Code:
pcm.!default {
type plugin
card 0
}

ctl.!default {
type hw
card 0
}

pcm.!default {
 type plug
 slave.pcm "dmixer"
}

pcm.dmixer {
 type dmix
 ipc_key 1024
 slave {
**pcm {
** type hw
** card 0
**}
**rate 44100
**period_time 0
**period_size 2048
**buffer_size 32768
 }
 slowptr 1
}