首页 > 技术文章 > Mac shell 调节音量

hangj 2020-04-30 10:40 原文

$ osascript -e 'get volume settings'
$ osascript -e 'output volume of (get volume settings)'
$ osascript -e 'set volume output volume 10' # 1-100

推荐阅读