1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Audio: Add AudioWorkgroup support

This allows real-time threads to join an audio workgroup on Apple platforms.
This commit is contained in:
Oliver James 2023-08-30 12:03:11 +01:00
parent 2843983a21
commit 7d9cdd3016
60 changed files with 4949 additions and 116 deletions

View file

@ -292,6 +292,8 @@ public:
*/
virtual int getInputLatencyInSamples() = 0;
/** Returns the workgroup for this device. */
virtual AudioWorkgroup getWorkgroup() const { return {}; }
//==============================================================================
/** True if this device can show a pop-up control panel for editing its settings.