http://bugs.winehq.org/show_bug.cgi?id=22498
Raymond superquad.vortex2@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |superquad.vortex2@gmail.com
--- Comment #5 from Raymond superquad.vortex2@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);