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

Lauri Kenttä lauri.kentta at gmail.com
Wed Dec 7 14:54:15 CST 2016


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?

-- 
Lauri Kenttä



More information about the wine-devel mailing list