zl程序教程

您现在的位置是:首页 >  系统

当前栏目

Linux 循环播放音频

Linux循环 播放 音频
2023-09-14 08:58:28 时间
while true;do aplay -D hw:1,0 /root/stereo.wav ;done