Bug#323447: gstreamer0.8-alsa: audio constantly clicks when alsa is
	selected as playback
    Bert Vermeulen 
    bert at biot.com
       
    Sat Aug 27 23:01:09 UTC 2005
    
    
  
On Sat, 2005-08-27 at 21:05 +0200, Loïc Minier wrote:
>         Hi,
> 
>  P. Oscar Boykin, Bert Vermeulen, and [ATR]Dj-Death: do you use dmix?
> 
>  If yes, please follow the suggestion of Paul van Tilburg at:
>     <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=323447;msg=32>
Yup, that fixed it alright. Thanks for the tip!
>  If it helps, please send me:
>  - your borken ALSA dmix configuration
In attachment.
>  - your working ALSA dmix configuration
Copied the sample one, as described in the mail above.
>  - description of your ALSA hardware
It's an Ensoniq 5880 AudioPCI card, using the snd_ens1371 ALSA kernel
module.
-- 
Bert Vermeulen        bert at biot.com          email/sip/xmpp
Never underestimate the power of organized knuckle-dragging
-------------- next part --------------
pcm.!default {
	type plug
	slave.pcm "dmixer"
}
ctl.!default {
	type plug
	slave.ctl "dmixer"
}
pcm.dmixer {
	type dmix
	ipc_key 1024
	slave {
		pcm "hw:0,0"
		period_time 0
		period_size 1024
		buffer_size 4096
		rate 44100
	}
	bindings {
		0 0
		1 1
	}
}
ctl.dmixer {
	type hw
	card 0
}
    
    
More information about the Pkg-gstreamer-maintainers
mailing list