----- "IOhannes m zmoelnig" <zmoelnig(a)iem.at> a écrit :
> On 2010-05-26 13:15, patko wrote:
> > error: soundfiler_read: truncated to 2000 elements
> >
> > 2000 is the maxsize argument
>
> so what's the problem?
I might add several other algorithms to avoid this,
like using a temporary table, but
just truncating directly from soundfiler looks very simple,
gain of patching time,
maybe I shouldn't pay so much attention to error messages...?
I thought that using -skip and -nframes would just extract the part I want,
without complaining. But even with reading the sources, I could not really get
how to use this option, or if it works.
In other words, is there a way to do it (extract a sample from a soundfile) without getting error messages?
> the error merely tells you that the provided maxsize was less than
> the
> soundfile length so the sample had to be truncated.
>
> this is probably an error in most of the times, but not in your case.
>
> fgamsdr
> IOhannes