I was wondering if there are any example download projects of the PHASE audio framework? I was watching the WWDC 2021 video but there was no example code to download. The examples within the video were pretty verbose -- do not want to freeze a frame and type all that by hand.
I am attempting to replace some old OpenAL code from a few years ago with an alternate solution. All the OpenAL code shows deprecation messages when I build in Xcode.
The generated header PHASE documentation is kind of sparse and somewhat boiler plate with no examples.
Thanks in advance.
I've got phase working and I removed the old OpenAL code. No more deprecation warnings and it appears to work.
My observation is its thread safe and no **** ups.
I just pause for a tiny amount of time while I adjust the tree with a new source, prepare and play a sound event that was already added to assets before -- happens infrequently. Works well.
Unless there are objections ... end of thread.