Page 1 of 1

Filters - Hop and No hop. What is the difference?

PostPosted: Wed Jun 19, 2019 12:56 am
by Halon
As the title says, What exactly is the difference?

Re: Filters - Hop and No hop. What is the difference?

PostPosted: Wed Jun 19, 2019 2:37 am
by tulamide
The number of samples processed. No hop means every sample is processed, hop(x) only processes every x sample. The cost is CPU load, the more samples processed the more accurate the result and the more work for the CPU.

Re: Filters - Hop and No hop. What is the difference?

PostPosted: Wed Jun 19, 2019 2:55 am
by martinvicanek
I would add that for filters usually only the coefficients update is hopped while the filtering itself is iterated at sample rate. This is justified in many cases because filter modulation is often much slower than the audio signal.

Re: Filters - Hop and No hop. What is the difference?

PostPosted: Wed Jun 19, 2019 6:51 pm
by Halon
Thanks guys for the explanation guys :)