- Edited
I see on the forum that the blocksize can be set to arbitrary large numbers, maybe restricted to powers of 2. I'm using bela with CAPE. At 48kHz sample rate, when I try with -p240, I can see that context->audioFrames is set to 240. However, when I try with -p480, context->audioFrames is set to 476. What could be causing this? Is there any other setting that I should change to use blocksize of 10ms at 48kHz? context->audioSampleRate is set to 48000 in both 5ms and 10ms cases.