AudioGetCurrentHostTime() and AudioConvertNanosToHostTime(UInt64($0 * 1000000)) don't exist on iOS so we need to use https://developer.apple.com/library/archive/qa/qa1643/_index.html
any idea how we should go about using the CAHostTimeBase obj-c class in order to get this done?
AudioGetCurrentHostTime()andAudioConvertNanosToHostTime(UInt64($0 * 1000000))don't exist on iOS so we need to use https://developer.apple.com/library/archive/qa/qa1643/_index.htmlany idea how we should go about using the
CAHostTimeBaseobj-c class in order to get this done?