【问题标题】:sox FAIL trim errorsox FAIL 修剪错误
【发布时间】:2017-05-19 10:26:47
【问题描述】:

我正在使用 sox 库 http://sox.sourceforge.net 。 我的应用和音乐文件(test1.wav&test2.wav)在 Desktop/test 目录下。 所以我在桌面/测试目录的终端写了命令

sox -m suzu0.wav -v 0.2 suzu1.wav 0_1.wav trim 0 10 suzu03_len

我遇到了一个错误,

sox FAIL trim: Error parsing position 3
sox FAIL trim: usage: {position}

我认为指定时间修剪的方式是错误的,所以我重写了类似的命令

sox -m suzu0.wav -v 0.2 suzu1.wav 0_1.wav trim 0 suzu03_len

我遇到了一个错误

sox FAIL trim: Error parsing position 2
sox FAIL trim: usage: {position}

我该如何解决这个问题?

【问题讨论】:

    标签: python sox


    【解决方案1】:

    看起来 suzu03_len 在需要是一个间隔时可能会以字符串的形式出现

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-03-28
      • 2012-09-15
      • 1970-01-01
      • 1970-01-01
      • 2018-02-25
      相关资源
      最近更新 更多