mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 02:56:35 +01:00
Coreaudio/M1: prefer device IOThread Workgroup
This commit is contained in:
parent
de2c553e1a
commit
99e785541a
1 changed files with 1 additions and 1 deletions
|
|
@ -1215,7 +1215,7 @@ CoreAudioPCM::workgroup (os_workgroup_t& workgroup)
|
|||
{
|
||||
assert (_auhal);
|
||||
UInt32 size = sizeof (os_workgroup_t);
|
||||
return noErr == AudioUnitGetProperty (_auhal, kAudioOutputUnitProperty_OSWorkgroup, kAudioUnitScope_Global, 0, &workgroup, &size);
|
||||
return noErr == AudioUnitGetProperty (_auhal, kAudioDevicePropertyIOThreadOSWorkgroup, kAudioUnitScope_Global, 0, &workgroup, &size);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue