traverso-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Traverso-devel] Mono FLAC Files


From: ben levitt
Subject: Re: [Traverso-devel] Mono FLAC Files
Date: Thu, 27 Sep 2007 10:00:22 -0700

Oops, thanks!

That's indeed the problem.  I needed to multiply the copy length by
sizeof(audio_sample_t).

Fixed,
Ben


On 9/27/07, Remon <address@hidden> wrote:
> Hi Ben,
>
> > There seems to be a bug in Traverso's reading of mono FLAC files.
>
> It's in the mixdown code, when I disable the memcpy and use the default it
> works:
>
> Around line: 563
>
> memcpy(buffer->destination[0] + framesCoppied, m_flac->internalBuffer +
> m_flac->bufferStart, framesToCopy);
>
>
> Not using that case but the default, it sounds ok here :)
>
> Greetings,
>
> Remon
>
>
> _______________________________________________
> Traverso-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/traverso-devel
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]