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.93k stars 821 forks source link

PlayFile sample doesn't work #383

Closed iphonic closed 4 years ago

iphonic commented 4 years ago

Hi, I tried to compile the examples on my iPhone6s having iOS version 13.2.2 whenever I tap on Play it throws error

Error: Failed to fill complex buffer in float converter ('insz')

and the app quits, where as it works fine on Simulator.

Any solution to this?

Thanks.

iphonic commented 4 years ago

These changes mentioned here https://github.com/pulsely/PulseModemA/commit/c052e856f9ff6d376f4c905de3b91429f3eeb709 fixes the issue..