syedhali / EZAudio

An iOS and macOS audio visualization framework built upon Core Audio useful for anyone doing real-time, low-latency audio processing and visualizations.
Other
4.96k stars 822 forks source link

how to set or control inNumberFrames of Microphone ? #354

Open JayakarVangeti opened 7 years ago

JayakarVangeti commented 7 years ago

I'm using delegate method for EZMicrohone and when that method is called its returning with a bufferSize of 372 frames or 371 frames. who is setting that. How to control it.

wongshouxin commented 7 years ago

hi,brother, do you resolve this problem, i want to expand buffer when i using delegate method for EZMicrophone, do you have any suggestion?

JayakarVangeti commented 7 years ago

@wongshouxin I guess we cant control it. Its predefined.