Although it is written in the documentation that the common buffer size is 1024, 2048; it is not really running for a size of 1024; and I am getting the error message :
Buffer size too small should be at least 7168
while calling the following
dispatcher = AudioDispatcherFactory.fromDefaultMicrophone(44100 , 1024 , 512);
Please, declare if any step is required in order to solve the problem, I need that size for a finer resolution while doing some processing for the buffer data.