aboutsummaryrefslogtreecommitdiffstats
path: root/SSVLSystemAlertVolume.c
AgeCommit message (Collapse)Author
2022-10-27Add documentation for SSVLAudioServicesPropertySystemAlertVolumeTeddy Wing
2022-10-27Add a version number (v0.1.0)Teddy Wing
2022-10-27Add copyright noticesTeddy Wing
2022-10-27Add license (MPL 2.0)Teddy Wing
MPL 2.0 for the library, and GPLv3+ for the example code.
2022-10-27SSVLGetSystemVolume: Don't return 0.5 on non-zero OSStatusTeddy Wing
That's what the Sound preference pane does, but I think it makes more sense to have library consumers make that decision.
2022-10-25Update `kAudioServicesPropertySystemAlertVolume` usageTeddy Wing
2022-10-25Move the `main()` function to a new example fileTeddy Wing
2022-10-25Add a header fileTeddy Wing
2022-10-25Rename "system_alert_volume.c" to "SSVLSystemAlertVolume.c"Teddy Wing
Align with the new identifier naming.