|
From: Eric W. <nor...@yh...> - 2015-04-19 07:27:57
|
(re-adding sox-users to Cc:) Schumacher Marlon <mar...@mu...> wrote: > Hi, > > Thanks very much, I just tried this and it seems sox misinterprets -r for the --rate option (or does not recognize options following "ladspa" as options of the effect): > > ./sox -V6 drumLoop.aif -d ladspa -r dj_flanger_1438.so djFlanger 1 1 15 30 > > ./sox DBUG sox: Looking for a default device: trying format `coreaudio' > ./sox FAIL sox: Rate value `dj_flanger_1438.so' is not a positive number Actually, I'm getting the feeling you compiled sox 14.4.2 without ladspa support. Can you double-check that? sox --help | grep ladspa > fyi I also tried: > > ./sox -V6 drumLoop.aif myoutfile.aif ladspa -l -r dj_flanger_1438.so djFlanger 1 1 15 30 > > ./sox WARN getopt: option `l' not recognized > ./sox FAIL sox: invalid option > > Cheers, > Marlon > > On Apr 19, 2015, at 00:51 , Eric Wong <nor...@yh...> wrote: > > > I could not reproduce the same error output you got, can you check your > > command-line again? > > > > For a stereo file in 14.4.2, you need to add the '-r' option to ladspa > > to have it explicitly repeat/recreate the same effect for each track. > > It looks like 14.4.1 automatically did that, but 14.4.2 supports stereo > > plugins. > > > > sox stereo.wav -d ladspa -r dj_flanger_1438.so djFlanger 1 1 15 30 > > > > I implemented this at the suggestion of Ulrich back in June 2012 on the > > sox-devel mailing list: > > > > http://sourceforge.net/p/sox/mailman/sox-devel/?viewmonth=201206 > > |