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.