Trouble running programmer example code on ios

Hi, I’m trying to get something like this example to run on a Unity ios build.

I want the ability to use the audio tables and load up a sound based on it’s key. It works fine on OSX, but I’m getting an error related to that dialogueKeys Queue, maybe related to the lock.

I’ve added this to the callback, but not sure how to handle the queue thread issue. Any ideas?
[MonoPInvokeCallback (typeof (FMOD.Studio.EVENT_CALLBACK))]

Thanks for any help,
Jim

When 1.08.01 is released both the programmer sound and timeline callback examples will be updated to work on iOS. The programmer sound example will also need script changes that are coming in the 1.08.01 update to work on iOS.