http://bugs.winehq.org/show_bug.cgi?id=14717
--- Comment #61 from Alexander E. Patrakov patrakov@gmail.com 2010-12-22 06:22:28 CST --- (In reply to comment #60)
I think there is no filtering when in/out rates are equal but i haven't tested the output. Look at the 'if (dsb->freq != dsb->outfreq)' (line 197). I should just copy the samples if they are equal.
Indeed, you already do this.