[PATCH] msacm32: Support conversion from 24-bit PCM

Andrew Eikum aeikum at codeweavers.com
Wed Dec 7 15:01:53 CST 2016


On Wed, Dec 07, 2016 at 10:54:15PM +0200, Lauri Kenttä wrote:
> On 2016-12-05 19:28, Andrew Eikum wrote:
> >+static inline short C2416(int s)
> >+{
> >+    return HIWORD(s);
> >+}
> >+
> 
> Just wondering: Is it true that msacm32 doesn't do any dithering?
> 

I don't know. Should be easy to write a test, if you'd like to do
that.

Andrew



More information about the wine-devel mailing list