http://bugs.winehq.org/show_bug.cgi?id=14717
--- Comment #45 from Alexander E. Patrakov patrakov@gmail.com 2010-12-20 08:11:03 CST ---
your foobar200 v1.1 are not using dsound since it is not installed by default anymore
you can use WINEDEBUG=+dsound to verify that foobar2000 is using dsound or not
The result (from an older wine) is:
trace:dsound:DSOUND_MixInBuffer (0x143210,58152,2624) trace:dsound:DSOUND_bufpos_to_secpos Converted 148976/211680 to 148976/211680 trace:dsound:DSOUND_MixerVol (0x143210,2624) trace:dsound:DSOUND_MixerVol left = ffff, right = ffff trace:dsound:mix16 0x1e29d8 - 0x1b0360 2624
I think that the WaveOut API implementation in Wine uses dsound internally.