关联标签
15得票4回答
使用PHP exec和amixer设置音量

我写了一个小的PHP脚本来控制使用alsa的本地机器的音量:<?php # for simplicity and testing it really just executes the command: echo exec('amixer set Master 5%+') . " \n"...