|
From: Ulrich K. <ul...@ch...> - 2012-11-07 15:31:24
|
ana...@ho...: > Just tried doing --effects-file option. > Stuck the part that begins with synth sin 301 sin 302 ..... into this file (test.sox.txt). > If I delete everything after "sin 331", the command processes itself, but > anything that I have after sin 331, be it sin 332 or sin 333 or whatever, > triggers the error. (If, say, I have sin 331 followed by sin 333, then the > error is "Cannon find an effect called "33"). > Any ideas? What SoX version do you use? It sounds like pre-14.4.0, because lines in --effects-file files were limited to FILENAME_MAX characters previously; and that constant apparently is only 260 on Windows. In version 14.4.0, any length should be OK. Ulrich |