aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTeddy Wing2022-10-27 22:15:46 +0200
committerTeddy Wing2022-10-27 22:15:46 +0200
commit059f9c799e4486fa63a633c2b57257aebbb8547e (patch)
treec7680a99c37965fd4b83b1c40d9c04380467b37a /README.md
parent27f6f31e16cc676b30edb0bc3ef2b0a2faec9b39 (diff)
downloadSSVLSystemAlertVolume-059f9c799e4486fa63a633c2b57257aebbb8547e.tar.bz2
Ideas for README
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..65e6824
--- /dev/null
+++ b/README.md
@@ -0,0 +1,21 @@
+SSVLSystemAlertVolume
+=====================
+
+TODO
+A library to access the system alert volume on Mac OS X. The alert volume
+is/controls the percentage output volume
+for beeps and sound effects.
+is set relative to the output volume, and is used for beeps and sound effects.
+
+This volume level is commonly set in the System Preferences’ Sound preference pane. Under the pane’s “Sound Effects” tab, it is controlled using the “Alert volume” slider.
+
+
+## Use
+TODO
+
+[[See the example](./example/main.c) for …]
+
+
+## License
+Copyright © 2022 Teddy Wing. Licensed under the Mozilla Public License v. 2.0
+(see the included LICENSE file).