Martin Halter
Martin Halter
Or alternatively mark SpectrogramFlatView as not compatible with macOS.
UIImage and NSImage are very much interchangable, as are UIColor and NSColor. But the tricky part is the rendering with UIGraphicsImageRenderer, that would have to be rewritten for macOS using...
Created Pull request #28 as a starting point, this is nowhere complete and I would like to invite others who have more experience with Keyboard for support and PRs.
@canbalkaya Thanks for submitting the issue. Could you please report where exactly you found references to `AKBooster`? We then can update documentation accordingly.
Following manifest solved the warnings from Xcode cloud and Appstore Connect for my app: https://gist.github.com/mahal/3357789345e1a47bd8bee3c0f66e2557 - Reason `8FFB.1` as AudioKit uses `mach_absolute_time` to calculate absolute timestamps for audio. - Reason...
Thanks for the fix !-))
The bug is fully reproducible. Leaving the App open for some more minutes even leads to a crash. I'll have a quick look into the crash to gather more information.
Findings without looking at the code: - View uses 13% CPU on my blue iPhone even when no sound is playing. Partly to AURemoteIO and partly on main thread. -...
Code analysis: - No Strings and dicts are explicitely created. Could it be due to some debugging stuff? will a release build also have the same problems? - Fresh FFT...