http://bugs.winehq.org/show_bug.cgi?id=22498 Raymond <superquad.vortex2(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |superquad.vortex2(a)gmail.com --- Comment #5 from Raymond <superquad.vortex2(a)gmail.com> 2010-04-26 21:59:00 --- (In reply to comment #4)
Created an attachment (id=27568) --> (http://bugs.winehq.org/attachment.cgi?id=27568) [details] my waveout.c
You will have to remove the line that says "ALSA_WaveInit();" otherwise bad things might occur.
it seem that you changed the period time and buffer time in your waveout.c rate = 10000; snd_pcm_hw_params_set_period_time_near(wwo->pcm, hw_params, &rate, NULL); rate = 100000; snd_pcm_hw_params_set_buffer_time_near(wwo->pcm, hw_params, &rate, NULL); -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.