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

Playing music with EZAudioPlayer, why the music playback stops after the screen is locked. #378

Open Haley-Wong opened 5 years ago

Haley-Wong commented 5 years ago

Playing music with EZAudioPlayer, why the music playback stops after the screen is locked.

mahadshahib commented 4 years ago

MaxFramePerSlice should be set to 4096 for lock screen playback in EZOutput.m file but EZAudio in this version failes to change it to 4096 so it remains 1056 as defualt and 1056 cant play audio during screen lock . I have the same issue. Still no fix yet