How to increase buffer size

Hi, I’m looking at the ProcessingAudioInputTutorial, I’ve determined that the size of the “bufferToFill” is 512 samples. Is it possible to change the buffer size?

Thanks

AudioAppComponent doesn’t provide a convenient way to set a preferred buffer size. (I wonder why that isn’t an optional argument of the setAudioChannels method…?)