[Wine] Re: Pulse audo in 1.3.25+

uzytkownik wineforum-user at winehq.org
Sat Aug 20 07:51:55 CDT 2011


oiaohm wrote:
> winepulse patch we do not provide support for.
> 
> Please try alsa with hardware acceleration set to emulation.
> 
> Installing the winepulse patch breaks things.


What do you mean by "hardware acceleration set to emulation"? Is such asoundrc not sufficient (it works for gst-launch-0.10 audiotestsrc ! alsasink but not wine):


Code:
pcm.dsp0 {
	type	pulse
}

pcm.dsp {
	type	pulse
}

pcm.!default {
	type	pulse
}

ctl.!default {
	type    pulse
}

pcm.pulse {
	type pulse
}

ctl.pulse {
	type pulse
}

ctl.mixer0 {
	type	pulse
}










More information about the wine-users mailing list