Tracktion Graph with Audio Workgroups

Does Tracktion Engine allow for audio workgroups to be used on MacOS? From the looks of it, this could (very easily) be backed into the thread pool mechanism, since the library already offers very good abstraction.

However, I don’t believe there is access yet to the audio workgroup id/key from the audio device.

Is this something that is on the roadmap since it is now supported by JUCE?
Thanks!!

Yes, we added this in v3, you just enable it globally with EditPlaybackContext::enableAudioWorkgroup.

It’s optional at the moment but we’ll probably just always use it soon as it seems to be better all the time.

1 Like

Great, thank you!