aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 11 insertions, 8 deletions
diff --git a/README.md b/README.md
index 65e6824..e5eb8d7 100644
--- a/README.md
+++ b/README.md
@@ -1,19 +1,22 @@
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.
+A library to access the system alert volume on Mac OS X. The alert volume 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.
+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.
+
+![Alert volume slider in the Sound preference pane](./Alert volume slider.png)
## Use
-TODO
+Include the two files “SSVLSystemAlertVolume.h” and “SSVLSystemAlertVolume.c”
+in your project directly, via submodule, or another means.
-[[See the example](./example/main.c) for …]
+[See the example](./example/main.c) for an illustration of how to use the
+library.
## License