On Fri, Jun 13, 2008 at 2:39 AM, <afli
...@gmail.com> wrote:
> hello,
> i'm trying to load some large files into baudline
> (16-bit/stereo/48000hz/1 hour long), but i can't seem to load in the
> entire length. i've set the max capture time as high as i can get it
> (23m18s), but that stops increasing when the buffer size exceeds
> 224MB. (overlap at 100%)
> file too big for 100% overlap case, truncating s=67106816
> error, load_padding = -6281216 < 0, ss=2048 pl=29700 ws=67106816
> max capture time
> This is the maximum amount of time in hours, minutes, seconds
> (HH:MM:SS) that the circular wrap around buffer can hold, without
> wrapping and rewriting the data first recorded. Many things affect
> this value: the overlap percentage, the amount of buffer space, the
> number of channels, the color bit depth of the graphics plane, ...
> what can i do to load the entire files in? i've got 1280MB of system
> memory and 64MB of video card memory.