Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 473 Bytes

play_sound_from_cli.md

File metadata and controls

13 lines (8 loc) · 473 Bytes

Play Sound From Command Line

If you have long running jobs or things you want to alert you to attemtion (or the opposite), sound can be a good tool - you can play sounds from the command line on OSX easily.

$ afplay /System/Library/Sounds/Funk.aiff

afplay support AIFF, WAV and MP3.

References