CHOP Resampling: Is there a simpler or more efficient way?

I have an audio spectrum whose sample rate is at 44100 Hz. Right now I’m using the following network to keep the same raw data but resampled to 60Hz.

Here’s a resized version just in case:

It seems to me this is unnecesarily complex and inneficient so I would like to know if there is a better way to do this.

I imagine there must be lots of memory moving around to end up with the same data having only changed the sample rate and shifted the time index.

Hey,

turn off Time Slice on the common page of the Resample CHOP and set the Method parameter to “New Rate, Same Index Range”

Cheers
Markus

Worked perfectly.

Thanks!