Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-27 | Add documentation for SSVLAudioServicesPropertySystemAlertVolume | Teddy Wing | |
2022-10-27 | Add a version number (v0.1.0) | Teddy Wing | |
2022-10-27 | Add copyright notices | Teddy Wing | |
2022-10-27 | Add license (MPL 2.0) | Teddy Wing | |
MPL 2.0 for the library, and GPLv3+ for the example code. | |||
2022-10-27 | SSVLGetSystemVolume: Don't return 0.5 on non-zero OSStatus | Teddy 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-25 | Update `kAudioServicesPropertySystemAlertVolume` usage | Teddy Wing | |
2022-10-25 | Move the `main()` function to a new example file | Teddy Wing | |
2022-10-25 | Add a header file | Teddy Wing | |
2022-10-25 | Rename "system_alert_volume.c" to "SSVLSystemAlertVolume.c" | Teddy Wing | |
Align with the new identifier naming. |