Questions tagged «sox»

6
如何通过命令行在后台播放歌曲?
我已经安装了play: sudo apt-get install sox libsox-fmt-mp3 我现在可以像这样播放我的音频文件: play Desktop/SONGS/01\ -\ Oh\ Baby\ Girl.mp3 由于我正在学习shell,所以我希望可以做这样的事情: (sleep 10 ; play Desktop/SONGS/01\ -\ Oh\ Baby\ Girl.mp3 ) & 几10秒钟后,我可以看到如下屏幕: File Size: 7.38M Bit Rate: 260k Encoding: MPEG audio Info: 2012 Channels: 2 @ 16-bit Track: 01/09 Samplerate: 44100Hz Album: Maalai Pozhudhin Mayakathilaey :::tunesinn.blogspot.com::: …
13 command-line  bash  music  sox 

4
如何将.aif音频文件转换为mp3?
我有带有.aif扩展名的音频文件(AIFF / Amiga / Mac音频)。如何播放它们,更重要的是:如何将它们转换为mp3或其他更常见的音频格式? 更新:尝试运行在这里找到的命令,即for i in *.aif; do sox "$i" "$i.wav"; done,并且sox已经安装,我收到类似错误 sox FAIL格式:无法打开输入文件'文件名':不支持的AIFC压缩类型'ima4' exiftool 提供信息,例如: File Size : 41 MB File Modification Date/Time : 2013:04:23 15:54:02+02:00 File Permissions : rw-r--r-- File Type : AIFC MIME Type : audio/x-aiff Format Version Time : 1990:05:23 14:40:00 Num Channels : …
12 sound  convert  sox  aif 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.