http://bugs.winehq.org/show_bug.cgi?id=14717
--- Comment #47 from Alexander E. Patrakov patrakov@gmail.com 2010-12-20 23:12:58 CST --- (In reply to comment #46)
if winejack.drv can nly supply only jack server'sample rate
wwo->sample_rate = fp_jack_get_sample_rate(client);
but in waveoutcaps , it incorrectly state that it can support 16bits 11025Hz, 22050Hz and 44100Hz if the jack server is running at 48000Hz
The above statement is a different bug (if a bug at all, because wine resamples, and Windows via HEL also resamples sound for cards that can support only 48 kHz), please discuss this elsewhere. Please leave discussion in this bug limited to the fact that the existing resampler in wine is a zero-order hold and that there is a patch being developed.