From 5b453525a49e0bf6540844b3e3090ca201be9b00 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Thu, 15 Oct 2015 02:09:41 +0200 Subject: [PATCH] Add audio volume commands --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 0ced7eb..3244c3b 100644 --- a/README.md +++ b/README.md @@ -370,6 +370,16 @@ defaults read -g NSAutomaticSpellingCorrectionEnabled afconvert input.mp3 ringtone.m4r -f m4af ``` +#### Mute Audio Output +```bash +osascript -e 'set volume output muted true' +``` + +#### Set Audio Volume +```bash +osascript -e 'set volume 4' +``` + #### Play Audio File You can play all audio formats that are natively supported by QuickTime. ```bash