User Tools

Site Tools


info:mac:mac_command_line_audio
Please note, that this is an old archived version of this site. Check out the new version at andunix.net!

This is an old revision of the document!


Mac: Command Line Audio

Change Mac Audio Volume from Command Line

To change the audio volume from remote of my Mac at home, I needed a command line tool which I can use via ssh. I've found it here: OS X Daily - Change the system volume from the command line. It's as easy as

sudo osascript -e "set Volume 10"

You can enter numbers from 0 (mute) to 10 (maximum).

Play Audio File

How to play an audio file from command line is described here: macosxhints - Use a built-in command line audio player. You just enter

afplay file.wav

More information on how to use afplay is available via afplay -h.

info/mac/mac_command_line_audio.1362949588.txt.gz · Last modified: 2013-03-10 21:06 by andunix