Re: Resetting d_delta in custom Delay block causes a spike in time sink

2021-02-02 Thread Jeff Long
There is probably still data in a buffer even though data has not arrived during the last 10ms, and when you restart, new data pushes it out of the buffer. The spike looks very much like the decay at the end of the previous burst. On Mon, Feb 1, 2021 at 10:09 PM Ethan C wrote: > Hello, I am tryi

Resetting d_delta in custom Delay block causes a spike in time sink

2021-02-01 Thread Ethan C
Hello, I am trying to create an OOT block similar to Delay except that if it does not receive any data for 10ms, it will reset the delay (set d_delta to the same # of samples as the initial delay) so that the next portion of received data will have a delay before it, as seen here