Re: [PATCH] msacm32: Support conversion from 24-bit PCM
Dec. 7, 2016
2:54 p.m.
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ä
December 2016
3:01 p.m.
New subject: [PATCH] msacm32: Support conversion from 24-bit PCM
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
3397
Age (days ago)
3397
Last active (days ago)
1 comments
2 participants
participants (2)
-
Andrew Eikum -
Lauri Kenttä