iClapper

The best app to remotely control your Mac by clapping hands

How to change sound volume with iClapper Pro?

Posted 15850 days ago by admin

To increase the volume use this script:

set v to output volume of (get volume settings)
set volume output volume (v + 10)

To decrease:

set v to output volume of (get volume settings)
set volume output volume (v - 10)

To mute:

set volume with output muted

To unmute:

set volume without output muted
Bookmark the permalink.