Re: [pulseaudio-discuss] [PATCH] mix: Fix mixing of S24 samples stored as S32RE

2014-08-10 Thread Tanu Kaskinen
On Mon, 2014-08-04 at 19:11 +0530, Arun Raghavan wrote: > On Mon, 2014-08-04 at 14:42 +0200, Peter Meerwald wrote: > > pa_mix_s24_32re_c() should advance m->ptr by sizeof(int32_t) > > > > http://lists.freedesktop.org/archives/pulseaudio-discuss/2014-July/020998.html > > > > Signed-off-by: Peter M

Re: [pulseaudio-discuss] [PATCH] mix: Fix mixing of S24 samples stored as S32RE

2014-08-04 Thread Felipe Sateler
On Mon, Aug 4, 2014 at 8:42 AM, Peter Meerwald wrote: > pa_mix_s24_32re_c() should advance m->ptr by sizeof(int32_t) > > http://lists.freedesktop.org/archives/pulseaudio-discuss/2014-July/020998.html > > Signed-off-by: Peter Meerwald Will test as soon as I can. -- Saludos, Felipe Sateler

Re: [pulseaudio-discuss] [PATCH] mix: Fix mixing of S24 samples stored as S32RE

2014-08-04 Thread Arun Raghavan
On Mon, 2014-08-04 at 14:42 +0200, Peter Meerwald wrote: > pa_mix_s24_32re_c() should advance m->ptr by sizeof(int32_t) > > http://lists.freedesktop.org/archives/pulseaudio-discuss/2014-July/020998.html > > Signed-off-by: Peter Meerwald > --- > src/pulsecore/mix.c | 2 +- > src/tests/mix-test.

[pulseaudio-discuss] [PATCH] mix: Fix mixing of S24 samples stored as S32RE

2014-08-04 Thread Peter Meerwald
pa_mix_s24_32re_c() should advance m->ptr by sizeof(int32_t) http://lists.freedesktop.org/archives/pulseaudio-discuss/2014-July/020998.html Signed-off-by: Peter Meerwald --- src/pulsecore/mix.c | 2 +- src/tests/mix-test.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/