时间:2020-08-09来源:www.pcxitongcheng.com作者:电脑系统城
SOX——Sound eXchange
the Swiss Army knife of sound processing programs.
1.准备:
2.软件介绍:
SoX is a cross-platform (Windows, Linux, MacOS X, etc.) command line utility that can convert various formats of computer audio files in to other formats. It can also apply various effects to these sound files, and, as an added bonus, SoX can play and record audio files on most platforms.
此程序虽然功能很多,但可以当作简单的命令行音乐播放器,进行音频文件播放,尤其是没有图形界面的服务器版本(建议以文件夹组织音频文件作为播放列表)。
3.程序安装:
安装sox程序:
apt install sox
安装sox格式扩展包( All SoX format libraries):
apt install libsox-fmt-all
4.音频播放:
当文件全为mp3格式时:
play *.mp3
当然,当音频文件格式不同时:
play *.*
注:当想要播放下一首时使用ctrl+c组合键来切换。(终止当前音频文件播放,执行下一个音频文件播放)
5.扩展:
以运行nmap为例:
nmap xxx.xxx.xxx.xxx;play alarm.mp3
sleep 10;play alarm.mp3
报警音推荐(电子手表报警声):http://downsc.chinaz.net/Files/DownLoad/sound1/201608/7711.mp3
2024-07-18
Centos 7 二进制安装配置 MariaDB数据库2024-07-18
Centos7默认firewalld防火墙使用命令大全2024-07-07
四种执行python系统命令的方法常用权限linux系统内有档案有三种身份 u:拥有者 g:群组 o:其他人这些身份对于文档常用的有下面权限:r:读权限,用户可以读取文档的内容,如用cat,more查看w:写权限,用户可以编辑文档x...
2024-07-07
然而,如果我们遵循通常的 WordPress 最佳实践,这些安全问题可以避免。在本篇中,我们会向你展示如何使用 WPSeku,一个 Linux 中的 WordPress 漏洞扫描器,它可以被用来找出你安装...
2024-07-03