Skip to content

separate channels? #27

Answered by igece
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

To pass customized arguments you should use the CustomArgs property of a Sox instance. However, what you want is to use a still unimplemented effect (remix), so in this case the property you should use is CustomEffects, setting it to "remix 1".
The difference between CustomArgs and CustomEffects properties is that the content of the first one is placed before any input argument, and the content of the second one is placed after all the output arguments (where effects are passed).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by igece
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #16 on May 29, 2021 22:59.