[Live-devel] PCM data gets corrupt during transport

Karl Dietz dekarl at spaetfruehstuecken.org
Fri Feb 3 01:06:27 PST 2012


On 03.02.2012 08:14, Marlon Reid wrote:
> The bottom half of the right
> channel contains noise. If you take a look at the image hosted here :
> http://www.freeimagehosting.net/q1cgw you will see what I mean.

That's a great example where looking closer at the data will give a hint
on what might be wrong. Are you transferring the data as 32bit float or
are you transferring unsigned integers?

In case of the latter, if you see peaks to -max in regular intervals it
could be an off by one where the last element of the buffer is always 0.

Regards,
Karl


More information about the live-devel mailing list