|
From: Ulrich K. <ul...@ch...> - 2012-11-07 01:15:51
|
ana...@ho...: > This works fine, EXCEPT it takes forever, and I run out of command line > buffer at some point - I want to be able to combine thousands of sinewaves > in a similar fashion > Is there a workaround? > (I use Windows) To avoid any line-length limits imposed by the OS, you can write the effects to a file, then read it with the --effects-file option. Not sure what to do about the speed issues. The norm effect (alias) will require the whole audio to be buffered, perhaps you can get rid of that. Ulrich |