http://bugs.winehq.org/show_bug.cgi?id=14717
--- Comment #159 from Raymond superquad.vortex2@gmail.com 2011-03-22 18:56:17 CDT --- (In reply to comment #158)
*** This bug has been confirmed by popular vote. ***
why ?
only a few sound card support SNDRV_PCM_RATE_CONTINUOUS but wine assign DSCAPS_CONTINUOUSRATE without testing whether the sound card really support CONTINUOUS RATE and disable resampling in winealsa.drv
*flags = DSCAPS_CERTIFIED | DSCAPS_CONTINUOUSRATE;
it did not affect winepulse since pulseaudio perform resampling