I searched the documentation, the on and off mailing lists for several days, but cannot find the answer to this question.
I have an OS X application that, among other things, queries available hardware devices and their current volumes using kAudioDevicePropertyVolumeScalar and friends.
What I want to do is get and set -alert-volume (?) For the system output device represented by kAudioHardwarePropertyDefaultSystemOutputDevice, not the volume of these devices.
To understand from my limited understanding, this is a volume parameter that users can configure in the System Preferences under the "Play Sound Effects Through" section.
Searching the lists of coreaudio-api, I was able to calculate that this volume parameter is not a property of the device, but some derived value, but I'm at a dead end, where is it from here.
Any help would be greatly appreciated.
source share