Re: audio/audacious-plugins: fix 24-bit and unsigned 8-bit encodings

2012-08-26 Thread David Coppa
On Sun, Aug 26, 2012 at 11:11 PM, Brad Smith wrote: > On Sun, Aug 26, 2012 at 10:33:23PM +0200, Alexandre Ratchov wrote: >> - the unsigned 8-bit 'sig' parameter is wrong, probably >> would result in distortion >> >> - audacious uses 24-bit samples packed in 4-byte words >> LSB aligned, not MSB

Re: audio/audacious-plugins: fix 24-bit and unsigned 8-bit encodings

2012-08-26 Thread Brad Smith
On Sun, Aug 26, 2012 at 10:33:23PM +0200, Alexandre Ratchov wrote: > - the unsigned 8-bit 'sig' parameter is wrong, probably > would result in distortion > > - audacious uses 24-bit samples packed in 4-byte words > LSB aligned, not MSB aligned. > > OK? > > -- Alexandre Here is a fixed diff.

Re: audio/audacious-plugins: fix 24-bit and unsigned 8-bit encodings

2012-08-26 Thread Alexandre Ratchov
On Sun, Aug 26, 2012 at 10:33:23PM +0200, Alexandre Ratchov wrote: > - the unsigned 8-bit 'sig' parameter is wrong, probably > would result in distortion > > - audacious uses 24-bit samples packed in 4-byte words > LSB aligned, not MSB aligned. > > OK? > sorry, forget this diff; I've patch