diff options
-rw-r--r-- | Alert volume slider.png | bin | 0 -> 13079 bytes | |||
-rw-r--r-- | README.md | 19 |
2 files changed, 11 insertions, 8 deletions
diff --git a/Alert volume slider.png b/Alert volume slider.png Binary files differnew file mode 100644 index 0000000..bdbd9b0 --- /dev/null +++ b/Alert volume slider.png @@ -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. + + ## 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 |