On Thu, 2006-09-21 at 03:24 +0200, Tomas Carnecky wrote: > Without a .asoundrc, alsaplayer gives this: PERIOD_TIME: (21333 21334) > I can play several sounds at the same time through dmix. > > But, with a .asounrc that has the following: > > cards.ICE1724.pcm.dmix.period_time 1024 > > (note that 1024 is the default value for dmix, so that shouldn't change > anything), alsaplayer gives: PERIOD_TIME: (41 2048000], and I can play > only one sound, alsaplayer fails with: snd_pcm_open: Device or resource > busy (default) >
You are mixing up period_time (which is in microseconds) with period_size (which is in frames). period_time defaults to 125000. Why do you want to use an .asoundrc at all? Lee ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Alsa-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/alsa-user
