Simon Burton wrote: >Suppose I have a "resample" plugin, so that it outputs more or less >data than it inputs. It seems to me that LADSPA cannot support this, >as the SampleCount argument to the "run" member would suggest that >exactly this many LADSPA_Data items are produced/consumed in all the >(audio) ports. > >Is this the case? If so, is there a workaround? I have tried looking >at rate_shifter_1417, but, err, hmmmm (scratches bum, picks nose.)
yes, that is the case. and no, there is no workaround. LADSPA simply isn't designed to accomodate anything but "n frames in, n frames out". tim
