Mac OS X: volume control, etc.

Source: Internet
Author: User

Mac OS X: volume control, etc. 1. set the boot audio volume: mute: sudo nvram SystemAudioVolume = % 80 "minimum volume: sudo nvram SystemAudioVolume = % 00 maximum volume: sudo nvram SystemAudioVolume = 2 Note: when the user changes the volume in OS X, the system value also changes. 2. use script to adjust the volume: osascript-e "set volume 10" maximum volume = 10, minimum = 1, mute = 0 can also be muted without changing the volume: osascript-e "set volume output muted 1" enable sound-unmute: osascript-e "set volume output muted 0" 3. if you want to read text on Mac, you can use: say "Hello" 4. you can also use software to set the boot sound size/mute. The reason why there are so many software available is that even different Apple machines and operating systems may not be compatible with each other: Startup Chime Stopper 3.1: http://www.macupdate.com/info.php/id/13170/startup-chime-stopper Psst: http://www.satsumac.com/Psst.php StartupSound. prefPane: http://www5e.biglobe.ne.jp /~ Arcana/StartupSound/index.en.html 5. although many people do not like the boot sound, it is a method for Apple detection to notify users whether the computer works normally. If there is a problem with the computer hardware, there will be different dong sounds. 6. You can use the shell script to control it by yourself: for OS X 10.4, You can edit/etc/rc. shutdown. local and add the following line:/usr/sbin/nvram SystemAudioVolume = % 80
 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.