PitchDetector icon indicating copy to clipboard operation
PitchDetector copied to clipboard

fix wrong memory allocation, causing crash on 64 bit systems

Open michbil opened this issue 9 years ago • 1 comments

Fixed

    AudioBufferList* bufferList;

wrong size allocation, causing crash on 64 bit iOS systems

michbil avatar Jul 18 '15 11:07 michbil

Can you please Have a look at issue#10

iOSDevGarg avatar Jan 12 '18 07:01 iOSDevGarg