Pure data - patch internal sample rates

I’m working on a sampler patch using the automationism environment and other bits and pieces. I notice that some of the sampling building blocks that I am using record samples at 44.1k. Do I need to match the internal sample rate to the system sample rate? The PISound is working at 48k obviously.

Am I adding unnecessary processing overhead by leaving the internal sample rate as is?

Hi, I think resampling the source files offline would be a good idea, it does consume some resources to do that on the fly.

hmm. ok thanks. Will look into it.