Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

separate channels? #16

Closed
ghost opened this issue Jul 18, 2019 · 1 comment
Closed

separate channels? #16

ghost opened this issue Jul 18, 2019 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 18, 2019

It looks like I'm able to customise some arguments to the sox command by passing fake input filenames, but how can I pass arguments, e.g. remix 1 after the output file?

E.g. replicate this command

sox file.wav -b 16 -r 16k output.wav remix 1
@igece
Copy link
Owner

igece commented Jul 19, 2019

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).

@igece igece closed this as completed Jul 19, 2019
Repository owner locked and limited conversation to collaborators May 29, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant