Re: OpenAL in a OSX GUI App
Re: OpenAL in a OSX GUI App
- Subject: Re: OpenAL in a OSX GUI App
- From: Alexander Bollbach <email@hidden>
- Date: Sat, 30 Jan 2016 18:23:33 +0000
The sliders are not created in applicationDidFinishLaunching: just the OpenAL setup code. The problem seems to be, unlike audio unit stuff that automatically calls back on a background thread, in this example the openAL functions to replenish the buffers and update the source location happen serially on the mainthread. I haven't figured out how to run them on a background thread without OpenAL throwing an error.
On Sat, Jan 30, 2016 at 6:05 AM Aran Mulholland <
email@hidden> wrote:
I think you should look at a basic UI app. The code for the sliders should not be in applicationDidFinishLaunching as this is an event callback that is fired. Look at how to make a basic UI app first. The sliders should be in a view.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden