【发布时间】:2017-11-23 21:06:30
【问题描述】:
我需要连接文件夹中的所有 wav 文件。
我尝试使用命令
sox folder_name/*.wav folder_name.wav
但是出错了
sox FAIL sox: Input files must have the same # channels
原来该文件夹中的 2864 个 wav 文件中只有 21 个有 2 个通道而不是 1 个。
我怎样才能忽略具有 2 个通道的 21 个文件并将所有 2843 个 wav 与 1 个通道连接起来?
【问题讨论】:
标签: bash macos audio terminal sox