On Sun, Jun 10, 2007 at 12:00:49PM -0700, Eng. Firas wrote: > > Dear Eric, > > I think the new fix is not working also. I did not try it yet, but looking > into the new code can tell us that the problem is still there as follows : > old code : > memcpy(optr, iptr + delay()*d_itemsize, noutput_items*d_itemsize); > > New code : > memcpy(optr, iptr, noutput_items*d_itemsize); > > The new code is simply a copy of input samples to the output samples. I > don't see any delay action.
It's working. As of June 4 there's QA code for the block. See the set_delay method and the underlying call to set_history. Eric _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
